UNPKG

@icon-park/svg

Version:

Pure Svg Icons for IconPark

4 lines 498 B
import { IconWrapper } from '../runtime'; export default IconWrapper('more-one', function (props) { return '<?xml version="1.0" encoding="UTF-8"?>' + '<svg width="' + props.size + '" height="' + props.size + '" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">' + '<circle cx="24" cy="12" r="3" fill="' + props.colors[0] + '"/>' + '<circle cx="24" cy="24" r="3" fill="' + props.colors[0] + '"/>' + '<circle cx="24" cy="35" r="3" fill="' + props.colors[0] + '"/>' + '</svg>'; });