@semcore/icon
Version:
Semrush Icon Component
27 lines • 1.53 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 = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "StoriesAI",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M19.4 1.279a.427.427 0 0 0-.8 0l-.812 2.194a.533.533 0 0 1-.316.315L15.28 4.6a.427.427 0 0 0 0 .8l2.194.812c.146.054.26.17.315.316L18.6 8.72a.427.427 0 0 0 .8 0l.812-2.194a.533.533 0 0 1 .316-.315L22.72 5.4a.427.427 0 0 0 0-.8l-2.194-.812a.533.533 0 0 1-.315-.315L19.4 1.279Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M21 10.835V17a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h11v2H3v11h16v-5.165h2ZM3 22a1 1 0 1 0 0-2H2a1 1 0 1 0 0 2h1ZM12 21a1 1 0 0 1-1 1H7a1 1 0 1 1 0-2h4a1 1 0 0 1 1 1ZM20 22a1 1 0 1 0 0-2h-5a1 1 0 1 0 0 2h5Z",
shapeRendering: "geometricPrecision"
}));
}
StoriesAI.displayName = 'StoriesAI';
export default createBaseComponent(StoriesAI);