iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.04 kB
JavaScript
;
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 CigaretteBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 124H32a20 20 0 00-20 20v32a20 20 0 0020 20h192a20 20 0 0020-20v-32a20 20 0 00-20-20zM36 148h40v24H36zm184 24H100v-24h120zM201.67 55.89c7.53-12.71 7.12-19.63 5.07-21.1A12 12 0 01216.67 13a25.9 25.9 0 0113.8 15.79c3.6 10.92.86 24.17-8.14 39.38-7.53 12.7-7.12 19.63-5.07 21.1a12 12 0 01-9.93 21.84 26 26 0 01-13.8-15.79c-3.6-10.98-.86-24.23 8.14-39.43zm-48 0c7.53-12.71 7.12-19.63 5.07-21.1A12 12 0 01168.67 13a25.9 25.9 0 0113.8 15.79c3.6 10.92.86 24.17-8.14 39.38-7.53 12.7-7.12 19.63-5.07 21.1a12 12 0 01-9.93 21.84 26 26 0 01-13.8-15.79c-3.6-10.98-.86-24.23 8.14-39.43z" }));
exports.default = CigaretteBold;