@semcore/icon
Version:
Semrush Icon Component
27 lines • 1.52 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 StoriesAI({
width = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "StoriesAI",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M13.375.261a.4.4 0 0 0-.75 0l-.574 1.552a.4.4 0 0 1-.236.237l-1.552.574a.4.4 0 0 0 0 .75l1.552.575a.4.4 0 0 1 .236.236l.574 1.552a.4.4 0 0 0 .75 0l.575-1.552a.4.4 0 0 1 .236-.236l1.552-.575a.4.4 0 0 0 0-.75l-1.552-.574a.4.4 0 0 1-.236-.237L13.375.261Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M15.002 8.116V11a1 1 0 0 1-1 1h-12a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h6v2h-5v7h10V8.116h2ZM3 15.002a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM7.001 16.003a1 1 0 0 0 0-2h-1a1 1 0 0 0 0 2h1ZM15.002 15a1 1 0 0 1-1 1h-3a1 1 0 1 1 0-2h3a1 1 0 0 1 1 1Z",
shapeRendering: "geometricPrecision"
}));
}
StoriesAI.displayName = 'StoriesAI';
export default createBaseComponent(StoriesAI);