@semcore/icon
Version:
Semrush Icon Component
24 lines • 1.55 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 AskAI({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "AskAI",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M3 6a1 1 0 0 1 0-2h14a1 1 0 1 1 0 2H3ZM3 10a1 1 0 0 1 0-2h10a1 1 0 1 1 0 2H3ZM2 13a1 1 0 0 0 1 1h6a1 1 0 1 0 0-2H3a1 1 0 0 0-1 1ZM19.624 7.26a.4.4 0 0 1 .75 0l.574 1.553a.4.4 0 0 0 .236.236l1.552.575a.4.4 0 0 1 0 .75l-1.552.574a.4.4 0 0 0-.236.237l-.574 1.552a.4.4 0 0 1-.75 0l-.575-1.552a.4.4 0 0 0-.236-.237l-1.552-.574a.4.4 0 0 1 0-.75l1.552-.575a.4.4 0 0 0 .236-.236l.575-1.553ZM16.375 12.26a.4.4 0 0 0-.75 0l-.845 2.284a.4.4 0 0 1-.236.236l-2.283.845a.4.4 0 0 0 0 .75l2.283.845a.4.4 0 0 1 .236.236l.845 2.283a.4.4 0 0 0 .75 0l.844-2.283a.4.4 0 0 1 .237-.236l2.282-.845a.4.4 0 0 0 0-.75l-2.282-.845a.4.4 0 0 1-.237-.236l-.844-2.284Z",
shapeRendering: "geometricPrecision"
}));
}
AskAI.displayName = 'AskAI';
export default createBaseComponent(AskAI);