iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 975 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 Formstack = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M19 4.035h1.4a.6.6 0 01.6.6v14.73a.6.6 0 01-.6.6H19V4.035zm3 1.991h1.4a.6.6 0 01.6.6v10.747a.6.6 0 01-.6.6H22V6.026zM.6 2.044h16.8a.6.6 0 01.6.6v18.712a.6.6 0 01-.6.6H.6a.6.6 0 01-.6-.6V2.644a.6.6 0 01.6-.6zM4.2 5.23a.2.2 0 00-.2.2v7.35a.2.2 0 00.325.157l9.228-7.35a.2.2 0 00-.125-.356L4.2 5.23zM4 17.185a.2.2 0 00.313.165l7.576-5.184a.2.2 0 00-.113-.365H6.89a.201.201 0 00-.123.042l-2.69 2.102a.199.199 0 00-.077.158v3.082zm.086 1.157a.2.2 0 00-.086.164v.087c0 .106.086.192.192.192H7a.2.2 0 00.2-.2v-2.022a.2.2 0 00-.314-.164l-2.8 1.943z" }));
exports.default = Formstack;