UNPKG

@semcore/icon

Version:
24 lines 1.31 kB
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 Apple({ 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" })); } Apple.displayName = 'Apple'; export default createBaseComponent(Apple);