UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 818 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Target = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M.9 7.5a6.6 6.6 0 1113.2 0 6.6 6.6 0 01-13.2 0zm6.6-5.7a5.7 5.7 0 100 11.4 5.7 5.7 0 000-11.4zM3.075 7.5a4.425 4.425 0 118.85 0 4.425 4.425 0 01-8.85 0zM7.5 3.925a3.575 3.575 0 100 7.15 3.575 3.575 0 000-7.15zm0 1.325a2.25 2.25 0 100 4.5 2.25 2.25 0 000-4.5zM6.05 7.5a1.45 1.45 0 112.9 0 1.45 1.45 0 01-2.9 0z", fill: "currentColor" })); exports.default = Target;