iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 880 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 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.275 2.286a.75.75 0 01.818.162l7 7a.75.75 0 010 1.06l-7 7a.75.75 0 01-1.28-.53V13.18c-4.822.333-8.77 3.845-9.76 8.456a.75.75 0 01-1.467 0 12.295 12.295 0 01-.273-2.584c0-6.513 5.083-11.84 11.5-12.227V2.979a.75.75 0 01.462-.693zm1.037 2.503v2.763a.75.75 0 01-.75.75c-5.554 0-10.125 4.213-10.69 9.619a12.245 12.245 0 0110.69-6.266.75.75 0 01.75.75v2.763l5.19-5.19-5.19-5.189z", fill: "#323544" }));
exports.default = Share1;