UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Apple = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-apple", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M4 11.319c0 3.102.444 5.319 2.222 7.978 1.351 1.797 3.156 2.247 5.08.988.426-.268.97-.268 1.397 0 1.923 1.26 3.728.809 5.079-.988C19.556 16.637 20 14.421 20 11.32 20 8.659 18.01 6 15.556 6c-1.267 0-2.41.693-3.22 1.44a.5.5 0 01-.672 0C10.855 6.694 9.711 6 8.444 6 5.99 6 4 8.66 4 11.319M7 12c0-1.47.454-2.34 1.5-3M12 7c0-1.2.867-4 3-4" })); exports.default = Apple;