iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.32 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 Infracost = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M15.553.444L8.04 7.984h4.03c2.713 0 3.95 2.562 3.95 4.004v11.371c0 .354.286.641.638.641h6.664a.64.64 0 00.639-.64c.004-3.295.039-10.078.039-15.377C24 3.34 20.312.334 16.68.005c-.421-.038-.828.139-1.127.44zM0 .64C0 .287.288 0 .643 0h.804c.355 0 .643.287.643.64v6.72c0 .353-.288.64-.643.64H.643A.642.642 0 010 7.36V.64zM3.618 0a.642.642 0 00-.643.64v6.72c0 .353.288.64.643.64h.804a.642.642 0 00.643-.64V.64A.642.642 0 004.422 0h-.804zm2.975 0a.642.642 0 00-.643.64v6.72c0 .353.288.64.643.64H8.04L6.326 9.705c-.24.24-.376.566-.376.905v12.75c0 .354.288.64.643.64h.804a.642.642 0 00.643-.64V.64A.642.642 0 007.397 0h-.804zM.377 15.625c-.241.24-.377.566-.377.905v6.83c0 .354.288.64.643.64h.804a.642.642 0 00.643-.64v-9.054a.16.16 0 00-.274-.113l-1.44 1.432zm2.598-2.055c0-.34.135-.665.377-.905l1.439-1.432a.16.16 0 01.274.113V23.36c0 .354-.288.64-.643.64h-.804a.642.642 0 01-.643-.64v-9.79z" }));
exports.default = Infracost;