UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.1 kB
"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 Share1Circle = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.08 2.448a.75.75 0 00-1.281.53v2.557a8.987 8.987 0 00-8.036 10.851.75.75 0 001.466 0 7.492 7.492 0 016.57-5.87v2.49a.75.75 0 001.28.53l5.014-5.014a.75.75 0 000-1.06l-5.014-5.014zm.219 3.806V4.79l3.203 3.203-3.203 3.203V9.73a.75.75 0 00-.75-.75 8.973 8.973 0 00-7.265 3.696 7.49 7.49 0 017.265-5.672.75.75 0 00.75-.75z", fill: "#323544" }), React.createElement("path", { d: "M12.313 2.229c.703 0 1.39.072 2.051.21a2.246 2.246 0 00-.065.54v.983a8.5 8.5 0 106.508 7.967l1.367-1.367c.091.542.139 1.099.139 1.667 0 5.522-4.478 10-10 10-5.523 0-10-4.478-10-10 0-5.523 4.477-10 10-10z", fill: "#323544" })); exports.default = Share1Circle;