UNPKG

@icongo/tb

Version:
39 lines 1.14 kB
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var TBVectorOff = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, className: "prefix__icon prefix__icon-tabler prefix__icon-tabler-vector-off", viewBox: "0 0 24 24" }, props, { children: [/*#__PURE__*/_jsx("path", { stroke: "none", d: "M0 0h24v24H0z" }), /*#__PURE__*/_jsx("path", { d: "M6.68 6.733A.996.996 0 0 1 6 7H4a1 1 0 0 1-1-1V4a1 1 0 0 1 .293-.708" }), /*#__PURE__*/_jsx("rect", { width: 4, height: 4, x: 17, y: 3, rx: 1 }), /*#__PURE__*/_jsx("path", { d: "M20.72 20.693A.997.997 0 0 1 20 21h-2a1 1 0 0 1-1-1v-2c0-.282.116-.536.304-.718" }), /*#__PURE__*/_jsx("rect", { width: 4, height: 4, x: 3, y: 17, rx: 1 }), /*#__PURE__*/_jsx("path", { d: "M5 7v10M19 7v8M9 5h8M7 19h10M3 3l18 18" })] })); export { TBVectorOff };