UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.13 kB
"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 BarrelOff = (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-barrel-off", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M8 4h8.722a2 2 0 011.841 1.22C19.521 7.48 20 9.74 20 12a16.35 16.35 0 01-.407 3.609m-.964 3.013l-.066.158A2 2 0 0116.722 20H7.278a2 2 0 01-1.841-1.22C4.479 16.52 4 14.26 4 12c0-2.21.458-4.42 1.374-6.63" }), React.createElement("path", { d: "M14 4c.585 2.337.913 4.674.985 7.01m-.114 3.86A33.415 33.415 0 0114 20M10 4a34.42 34.42 0 00-.366 1.632m-.506 3.501A32.126 32.126 0 009 12c0 2.667.333 5.333 1 8M4.5 16H16M19.5 8H12M8 8H4.5M3 3l18 18" })); exports.default = BarrelOff;