UNPKG

@semcore/icon

Version:
26 lines 1.27 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 Android({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Android", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.445 3.168a1 1 0 0 0-.277 1.387L3.412 6.42A7.988 7.988 0 0 0 0 12h16a7.988 7.988 0 0 0-3.412-5.58l1.244-1.866a1 1 0 1 0-1.664-1.11L10.8 5.496A8.101 8.101 0 0 0 8 5c-.985 0-1.928.175-2.8.496l-1.368-2.05a1 1 0 0 0-1.387-.278ZM4 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm8 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", shapeRendering: "geometricPrecision" })); } Android.displayName = 'Android'; export default createBaseComponent(Android);