UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.14 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 Cigarette = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M224 128H32a16 16 0 00-16 16v32a16 16 0 0016 16h192a16 16 0 0016-16v-32a16 16 0 00-16-16zM32 144h48v32H32zm192 32H96v-32h128v32zM201 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.91a7.79 7.79 0 002.64 3.86 8 8 0 11-6.5 14.62 22.57 22.57 0 01-11.32-13.44c-3.33-10.14-.78-22.87 7.6-37.79zm-40 0c8-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.91a7.79 7.79 0 002.64 3.86 8 8 0 11-6.5 14.62 22.57 22.57 0 01-11.32-13.44c-3.33-10.14-.78-22.87 7.6-37.79z" })); exports.default = Cigarette;