@semcore/icon
Version:
Semrush Icon Component
30 lines • 1.75 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 RootApple({
width = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Apple",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M10.93 0c.097.538.09 1.01 0 1.422-.317 1.461-1.681 2.186-3.21 2.535l-.057.013-.141.03a4.773 4.773 0 0 1 .053-1.321 3.153 3.153 0 0 1 .118-.433C8.159.933 9.42.466 10.93 0Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M6.757 4.531c.41.206.78.392 1.114.392l.02-.001c.374-.026.816-.21 1.288-.408C9.772 4.267 10.413 4 11.03 4a2.903 2.903 0 0 1 .993.181 4.199 4.199 0 0 1 1.614 1.08c.064.072.124.144.178.216-1.114.923-2.043 2.03-2.043 3.138 0 1.567.825 2.149 2.01 2.983l.219.156c-.372 2.03-2.044 4.246-3.53 4.246-.613 0-1.114-.224-1.564-.425-.368-.164-.702-.313-1.036-.313-.333 0-.705.149-1.114.313-.5.201-1.058.425-1.671.425C3.6 16 1 12.123 1 8.246 1 5.476 3.414 4 5.086 4c.081 0 .161.005.24.014.321.037.626.142.914.269.178.078.35.165.517.248Z",
shapeRendering: "geometricPrecision"
}));
}
RootApple.displayName = 'Apple';
const Apple = createBaseComponent(RootApple);
export { Apple as default };