@semcore/icon
Version:
Semrush Icon Component
30 lines • 1.83 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import React from 'react';
import { createBaseComponent } from '@semcore/core';
import Icon from '../../lib/esm/index.mjs';
function RootSmoking({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Smoking",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M17.242 1.03a1 1 0 1 0-.485 1.94c.928.232 2.06.66 2.936 1.246C20.601 4.824 21 5.437 21 6c0 .107-.022.144-.027.153a.35.35 0 0 1-.12.104c-.21.133-.538.23-1.066.365l-.097.024c-.44.11-1.035.26-1.52.533-.598.337-1.13.918-1.17 1.844-.04.938.405 1.603.864 2.035.323.305.756.572.968.703l.107.067a1 1 0 0 0 1.122-1.656 7.407 7.407 0 0 0-.239-.152l-.012-.008a10.81 10.81 0 0 1-.209-.132 2.616 2.616 0 0 1-.365-.277c-.182-.172-.245-.31-.237-.493v-.012c.003-.06.004-.092.153-.176.237-.134.582-.224 1.126-.362l.025-.006c.459-.116 1.1-.279 1.618-.605.283-.18.563-.426.77-.772C22.9 6.826 23 6.427 23 6c0-1.577-1.101-2.714-2.193-3.446-1.125-.753-2.492-1.256-3.564-1.524Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M2 14a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h19a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2H2Zm1 2v4h5v-4H3Zm18 4H10v-4h11v4Z",
shapeRendering: "geometricPrecision"
}));
}
RootSmoking.displayName = 'Smoking';
const Smoking = createBaseComponent(RootSmoking);
export { Smoking as default };