iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 797 B
JavaScript
;
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 Share1 = (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: "M5 7.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm.713 1.164a2.5 2.5 0 110-2.328l3.391-2.12A2.5 2.5 0 1114 3.5a2.5 2.5 0 01-4.484 1.52l-3.53 2.207a2.526 2.526 0 010 .546l3.53 2.206a2.5 2.5 0 11-.411.804l-3.392-2.12zM11.5 5a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm1.5 6.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z", fill: "currentColor" }));
exports.default = Share1;