@semcore/icon
Version:
Semrush Icon Component
29 lines • 1.82 kB
JavaScript
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import React from 'react';
import { createBaseComponent } from '@semcore/core';
import Icon from '@semcore/icon';
function Toxic({
width = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Toxic",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M11.1 4.06c.555.383.89.84 1.26 1.515.36.656.505 1.179.597 1.821.039.274-.18.507-.457.515h-2.127c-.275.01-.498-.213-.594-.47-.074-.2-.187-.381-.331-.535-.193-.206-.285-.516-.14-.758l1.155-1.929c.138-.231.415-.313.637-.16ZM5.493 4.239a.464.464 0 0 0-.665-.138c-.541.4-.866.906-1.199 1.484a4.702 4.702 0 0 0-.602 1.843c-.03.275.197.5.473.5h2.206c.276 0 .492-.23.58-.492a1.576 1.576 0 0 1 .312-.544c.186-.212.268-.526.115-.763l-1.22-1.89ZM8 9.786c.115 0 .228-.012.336-.033.266-.053.562.027.694.263l1.094 1.956c.138.246.046.56-.217.664a5.162 5.162 0 0 1-3.924-.046c-.26-.11-.345-.427-.2-.67l1.143-1.929c.138-.232.435-.305.7-.246.12.026.245.04.374.04ZM8 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Zm0-2A6 6 0 1 0 8 2a6 6 0 0 0 0 12Z",
shapeRendering: "geometricPrecision"
}));
}
Toxic.displayName = 'Toxic';
export default createBaseComponent(Toxic);