@semcore/icon
Version:
Semrush Icon Component
25 lines • 1.54 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 RootAskAI({
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"
}));
}
RootAskAI.displayName = 'AskAI';
const AskAI = createBaseComponent(RootAskAI);
export { AskAI as default };