/* GENERATED FILE */
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconProps } from '../lib'

const DotsThreeOutlineVertical = (props: IconProps) => <Svg className="dots-three-outline-vertical-duotone__svg-icon-phosphor" fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="M152 128a24 24 0 1 1-24-24 24 24 0 0 1 24 24Zm-24-56a24 24 0 1 0-24-24 24 24 0 0 0 24 24Zm0 112a24 24 0 1 0 24 24 24 24 0 0 0-24-24Z" opacity={0.2} /><Path d="M128 96a32 32 0 1 0 32 32 32 32 0 0 0-32-32Zm0 48a16 16 0 1 1 16-16 16 16 0 0 1-16 16Zm0-64a32 32 0 1 0-32-32 32 32 0 0 0 32 32Zm0-48a16 16 0 1 1-16 16 16 16 0 0 1 16-16Zm0 144a32 32 0 1 0 32 32 32 32 0 0 0-32-32Zm0 48a16 16 0 1 1 16-16 16 16 0 0 1-16 16Z" /></Svg>;
export default DotsThreeOutlineVertical;