UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 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 CigaretteSlashDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M88 136v48H32a8 8 0 01-8-8v-32a8 8 0 018-8z", opacity: ".2" }), React.createElement("path", { d: "M201 60.08c8-14.23 7.42-21.71 6.36-24.91a7.79 7.79 0 00-2.64-3.86 8 8 0 116.5-14.62 22.57 22.57 0 0111.32 13.44c3.36 10.14.81 22.85-7.6 37.79-8 14.23-7.42 21.72-6.36 24.92a7.79 7.79 0 002.64 3.85 8 8 0 11-6.5 14.62 22.53 22.53 0 01-11.32-13.44c-3.33-10.14-.78-22.87 7.6-37.79zm-47.6 37.79a22.53 22.53 0 0011.32 13.44 8 8 0 106.5-14.62 7.79 7.79 0 01-2.64-3.85c-1.06-3.2-1.64-10.69 6.36-24.92 8.41-14.94 11-27.65 7.6-37.79a22.57 22.57 0 00-11.32-13.44 8 8 0 10-6.5 14.62 7.79 7.79 0 012.64 3.86c1.06 3.2 1.64 10.68-6.36 24.91-8.38 14.92-10.93 27.65-7.57 37.79zm60.49 112.75a8 8 0 11-11.84 10.76L175.37 192H32a16 16 0 01-16-16v-32a16 16 0 0116-16h85.19L42.08 45.38a8 8 0 1111.84-10.76zM32 176h48v-32H32zm128.82 0l-29.09-32H96v32zM224 128h-45.48a8 8 0 100 16H224v32h-1.84a8 8 0 100 16H224a16 16 0 0016-16v-32a16 16 0 00-16-16z" })); exports.default = CigaretteSlashDuotone;