iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.06 kB
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 Svg2fas = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 0c-.918 0-1.833.12-2.72.355L4.07 1.748a2.64 2.64 0 00-1.96 2.547v9.115a7.913 7.913 0 003.552 6.606l5.697 3.765a1.32 1.32 0 001.467-.008l5.572-3.752a7.931 7.931 0 003.493-6.57V4.295a2.638 2.638 0 00-1.961-2.547L14.72.355A10.594 10.594 0 0012 0zM7.383 5.4h9.228c.726 0 1.32.594 1.32 1.32 0 .734-.587 1.32-1.32 1.32H7.383c-.727 0-1.32-.593-1.32-1.32 0-.726.593-1.32 1.32-1.32zM7.38 9.357h3.299c.727 0 1.32.595 1.32 1.32a1.32 1.32 0 01-1.318 1.32H7.38c-.726 0-1.32-.592-1.32-1.32 0-.725.594-1.32 1.32-1.32zm0 3.96c.727 0 1.32.593 1.32 1.32 0 .727-.586 1.318-1.32 1.318-.726 0-1.32-.592-1.32-1.318 0-.727.594-1.32 1.32-1.32z" }));
exports.default = Svg2fas;