@semcore/icon
Version:
Semrush Icon Component
25 lines • 1.42 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 RootTextQuotes({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "TextQuotes",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M9.333 6.004c.737 0 1.334.65 1.334 1.45v4.748a1.553 1.553 0 0 1-.224.804l-2.667 4.352c-.408.666-1.236.846-1.849.402-.613-.444-.778-1.345-.37-2.011l1.285-2.097H5.333c-.736 0-1.333-.65-1.333-1.45V7.454c0-.8.597-1.45 1.333-1.45h4ZM18.667 6.004c.736 0 1.333.65 1.333 1.45v4.748c0 .159-.016.27-.059.422a1.492 1.492 0 0 1-.165.382l-2.667 4.352c-.408.666-1.236.846-1.849.402-.612-.444-.778-1.345-.37-2.011l1.286-2.097h-1.51c-.736 0-1.333-.65-1.333-1.45V7.454c0-.8.597-1.45 1.334-1.45h4Z",
shapeRendering: "geometricPrecision"
}));
}
RootTextQuotes.displayName = 'TextQuotes';
const TextQuotes = createBaseComponent(RootTextQuotes);
export { TextQuotes as default };