iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 990 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 Function = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-function", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M4 6.667A2.667 2.667 0 016.667 4h10.666A2.667 2.667 0 0120 6.667v10.666A2.667 2.667 0 0117.333 20H6.667A2.667 2.667 0 014 17.333z" }),
React.createElement("path", { d: "M9 15.5v.25c0 .69.56 1.25 1.25 1.25a1.38 1.38 0 001.374-1.244l.752-7.512A1.381 1.381 0 0113.75 7c.69 0 1.25.56 1.25 1.25v.25M9 12h6" }));
exports.default = Function;