iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.13 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 Function = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-function", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M17.333 3A3.667 3.667 0 0121 6.667v10.666A3.667 3.667 0 0117.333 21H6.667A3.667 3.667 0 013 17.333V6.667A3.667 3.667 0 016.667 3zM13.75 6a2.38 2.38 0 00-2.37 2.145L11.095 11H9l-.117.007A1 1 0 009 13h1.894l-.265 2.656-.014.071a.38.38 0 01-.365.273.25.25 0 01-.25-.25v-.25l-.007-.117A1 1 0 008 15.5v.25l.005.154A2.25 2.25 0 0010.25 18a2.38 2.38 0 002.37-2.145L12.904 13H15l.117-.007A1 1 0 0015 11h-1.895l.266-2.656.014-.071A.381.381 0 0113.75 8a.25.25 0 01.25.25v.25l.007.117A1 1 0 0016 8.5v-.25l-.005-.154A2.25 2.25 0 0013.75 6z" }));
exports.default = Function;