iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.41 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 CigaretteSlashThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M204.51 62c8.22-14.61 8.21-23.23 6.75-27.9a10.82 10.82 0 00-4.94-6.51 4 4 0 01-2-5.27 4 4 0 015.3-2c.66.29 6.52 3.09 9.16 11 3 9 .53 20.66-7.29 34.57-8.22 14.61-8.21 23.24-6.75 27.91a10.74 10.74 0 004.94 6.5A4 4 0 01208 108a4.09 4.09 0 01-1.63-.35c-.66-.3-6.52-3.09-9.16-11-2.98-9.06-.52-20.65 7.3-34.65zm-47.29 34.61c2.64 8 8.5 10.75 9.16 11a4.09 4.09 0 001.62.39 4 4 0 001.67-7.64 10.74 10.74 0 01-4.94-6.5c-1.46-4.67-1.47-13.3 6.75-27.91 7.82-13.91 10.28-25.54 7.29-34.57-2.64-7.95-8.5-10.75-9.16-11a4 4 0 00-5.3 2 4 4 0 002 5.27 10.82 10.82 0 014.94 6.51c1.46 4.67 1.47 13.29-6.75 27.9-7.81 13.94-10.27 25.53-7.28 34.55zM211 213.31a4 4 0 11-5.92 5.38L177.14 188H32a12 12 0 01-12-12v-32a12 12 0 0112-12h94.23L45 42.69a4 4 0 016-5.38zM32 180h52v-40H32a4 4 0 00-4 4v32a4 4 0 004 4zm137.87 0l-36.37-40H92v40zM224 132h-45.48a4 4 0 100 8H224a4 4 0 014 4v32a4 4 0 01-4 4h-1.84a4 4 0 100 8H224a12 12 0 0012-12v-32a12 12 0 00-12-12z" }));
exports.default = CigaretteSlashThin;