iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 860 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 Share2 = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M17.483 10.735a.75.75 0 010-1.06l1.858-1.858h-7.92c-.626 0-1.133.508-1.133 1.134v3.213a.75.75 0 01-1.5 0V8.951a2.634 2.634 0 012.633-2.634h7.924l-1.861-1.86a.75.75 0 011.06-1.062l3.14 3.14a.75.75 0 010 1.06l-3.14 3.14a.75.75 0 01-1.06 0zM5.063 16.23a.75.75 0 10-1.5 0v2.5a2.25 2.25 0 002.25 2.25h13a2.25 2.25 0 002.25-2.25v-2.5a.75.75 0 10-1.5 0v2.5a.75.75 0 01-.75.75h-13a.75.75 0 01-.75-.75v-2.5z", fill: "#323544" }));
exports.default = Share2;