@semcore/icon
Version:
Semrush Icon Component
28 lines • 1.8 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 RootWebStories({
width = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "WebStories",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M6.833.085A8.058 8.058 0 0 1 8 0a7.972 7.972 0 0 1 5.93 2.63 7.97 7.97 0 0 1 2.067 5.59 7.97 7.97 0 0 1-2.63 5.712 7.97 7.97 0 0 1-5.7 2.061 7.964 7.964 0 0 1-4.43-1.565l-.008-.006a8.045 8.045 0 0 1-1.651-1.65 1 1 0 1 1 1.605-1.195 6.042 6.042 0 0 0 1.24 1.24l.007.006a5.966 5.966 0 0 0 3.736 1.175 5.978 5.978 0 0 0 4.28-1.969 5.977 5.977 0 0 0 1.552-4.195 5.978 5.978 0 0 0-1.968-4.279A5.977 5.977 0 0 0 8 2c-.299 0-.592.022-.878.064a1 1 0 0 1-.29-1.98ZM4.628 1.783a1 1 0 0 1-.205 1.4 6.04 6.04 0 0 0-1.24 1.24 1 1 0 0 1-1.605-1.194 8.04 8.04 0 0 1 1.65-1.651 1 1 0 0 1 1.4.205ZM1.219 5.988a1 1 0 0 1 .845 1.134 6.057 6.057 0 0 0 0 1.756 1 1 0 0 1-1.98.29 8.058 8.058 0 0 1 0-2.335 1 1 0 0 1 1.135-.845Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M8 9a1 1 0 0 1-1-1V5a1 1 0 0 1 2 0v2h2a1 1 0 1 1 0 2H8Z",
shapeRendering: "geometricPrecision"
}));
}
RootWebStories.displayName = 'WebStories';
const WebStories = createBaseComponent(RootWebStories);
export { WebStories as default };