UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 985 B
"use strict"; 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 FunctionOff = (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-off", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M9 15.5v.25c0 .69.56 1.25 1.25 1.25a1.38 1.38 0 001.374-1.244L12 12m.363-3.63l.013-.126A1.38 1.38 0 0113.75 7c.69 0 1.25.56 1.25 1.25v.25" }), React.createElement("path", { d: "M8 4h10a2 2 0 012 2v10m-.586 3.414A2 2 0 0118 20H6a2 2 0 01-2-2V6c0-.547.22-1.043.576-1.405M9 12h3M3 3l18 18" })); exports.default = FunctionOff;