UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.41 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 CigaretteSlashLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M52.44 36a6 6 0 00-8.88 8l78.15 86H32a14 14 0 00-14 14v32a14 14 0 0014 14h144.25l27.31 30a6 6 0 008.88-8.08zM30 176v-32a2 2 0 012-2h50v36H32a2 2 0 01-2-2zm64 2v-36h38.62l32.73 36zm144-34v32a14 14 0 01-14 14h-1.84a6 6 0 110-12H224a2 2 0 002-2v-32a2 2 0 00-2-2h-45.48a6 6 0 110-12H224a14 14 0 0114 14zm-35.23-82.94c7.81-13.88 7.91-21.91 6.62-26.2a9 9 0 00-3.93-5.42A6 6 0 01208 18a5.87 5.87 0 012.44.52 20.42 20.42 0 0110.23 12.24c3.18 9.58.68 21.75-7.44 36.18-7.81 13.88-7.91 21.91-6.62 26.2a8.94 8.94 0 003.88 5.4A6 6 0 01208 110a5.87 5.87 0 01-2.44-.52 20.42 20.42 0 01-10.23-12.24c-3.18-9.58-.68-21.75 7.44-36.18zm-40 0c7.81-13.88 7.91-21.91 6.62-26.2a9 9 0 00-3.93-5.42A6 6 0 01168 18a5.87 5.87 0 012.44.52 20.42 20.42 0 0110.23 12.24c3.18 9.58.68 21.75-7.44 36.18-7.81 13.88-7.91 21.91-6.62 26.2a8.94 8.94 0 003.88 5.4A6 6 0 01168 110a5.87 5.87 0 01-2.44-.52 20.42 20.42 0 01-10.23-12.24c-3.18-9.58-.68-21.75 7.44-36.18z" })); exports.default = CigaretteSlashLight;