iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 937 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 BarrierBlockOff = (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-barrier-block-off", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M11 7h8a1 1 0 011 1v7c0 .27-.107.516-.282.696M16 16H5a1 1 0 01-1-1V8a1 1 0 011-1h2M7 16v4M7.5 16l4.244-4.244M13.745 9.755L16.5 7M13.5 16l1.249-1.249M16.741 12.759L20 9.5M4 13.5l4.752-4.752M17 17v3M5 20h4M15 20h4M17 7V5M3 3l18 18" }));
exports.default = BarrierBlockOff;