UNPKG

@semcore/icon

Version:
25 lines 1.3 kB
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 = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Apple", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M16.291 0c-2.404.827-4.277 1.654-4.01 5.238 2.404-.551 4.544-1.93 4.01-5.238ZM8.657 4.976C6.343 4.976 3 7.071 3 11c0 5.5 3.6 11 5.657 11 1.543 0 2.829-1.048 3.857-1.048 1.029 0 2.057 1.048 3.6 1.048 2.057 0 4.372-3.143 4.886-6.024-1.8-1.31-3.086-2.095-3.086-4.452 0-1.572 1.286-3.143 2.829-4.453-.772-1.047-2.314-2.095-3.857-2.095-1.543 0-3.202 1.243-4.372 1.31-1.028 0-2.314-1.31-3.857-1.31Z", shapeRendering: "geometricPrecision" })); } RootApple.displayName = 'Apple'; const Apple = createBaseComponent(RootApple); export { Apple as default };