UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 1.09 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 BottleOff = (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-bottle-off", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M10 5h4V3a1 1 0 00-1-1h-2a1 1 0 00-1 1v2z" }), React.createElement("path", { d: "M14 3.5c0 1.626.507 3.212 1.45 4.537l.05.07a8.093 8.093 0 011.5 4.694V13m0 4v2a2 2 0 01-2 2H9a2 2 0 01-2-2v-6.2a8.09 8.09 0 011.35-4.474m1.336-2.63A7.822 7.822 0 0010 3.5" }), React.createElement("path", { d: "M7 14.803A2.4 2.4 0 008 14a2.4 2.4 0 012-1 2.4 2.4 0 012 1 2.4 2.4 0 002 1 2.4 2.4 0 00.866-.142M3 3l18 18" })); exports.default = BottleOff;