UNPKG

react-icon-library

Version:

A library of SVG icons for use in reactJS projects

8 lines 982 B
import React from 'react'; export default function TargetCenter2(props) { return (<svg id="Bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}> <title>target-center-2</title> <path d="M23.658,4.269l-2.944-.982L19.732.342a.5.5,0,0,0-.843-.18l-2.758,3A.5.5,0,0,0,16,3.5V6.94l-1.2,1.194A8.992,8.992,0,0,0,2.043,20.7L.715,22.38a1,1,0,0,0,1.569,1.24l1.2-1.521a8.965,8.965,0,0,0,11.232-.154l1.534,1.72a1.013,1.013,0,0,0,1.412.081,1,1,0,0,0,.082-1.411L16.11,20.5a8.957,8.957,0,0,0,.532-10.245.257.257,0,0,0-.4-.042L14.6,11.859a.241.241,0,0,0-.043.284,6.281,6.281,0,1,1-1.7-2.055l-1.075,1.075a4.7,4.7,0,0,0-3.823-.8,4.751,4.751,0,1,0,5.659,5.773,4.708,4.708,0,0,0-.121-2.672.252.252,0,0,0-.415-.086l-2.16,2.159a1.99,1.99,0,1,1-1.135-2.382L8.6,14.34a.75.75,0,0,0,0,1.061.764.764,0,0,0,1.061,0L17.06,8H20.5a.5.5,0,0,0,.339-.132l3-2.756a.5.5,0,0,0,.151-.473A.5.5,0,0,0,23.658,4.269Z"/> </svg>); } //# sourceMappingURL=TargetCenter2.js.map