UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

16 lines (15 loc) 2.03 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.Sphere = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { d: "M7.5 1a7.5 7.5 0 100 15 7.5 7.5 0 000-15zm4.244 10c.134-.632.219-1.303.246-2h1.991a6.443 6.443 0 01-.479 2h-1.758zM3.256 6a11.876 11.876 0 00-.246 2H1.019a6.443 6.443 0 01.479-2h1.758zm7.463 0c.15.64.241 1.31.27 2H8V6h2.719zM8 5V2.073c.228.066.454.178.675.334.415.293.813.744 1.149 1.304.233.388.434.819.601 1.289H7.999zM5.176 3.711c.336-.561.734-1.012 1.149-1.304.222-.156.447-.268.675-.334V5H4.574a7.29 7.29 0 01.601-1.289zM7 6v2H4.011c.029-.69.12-1.36.27-2H7zm-5.502 5a6.443 6.443 0 01-.479-2H3.01c.028.697.112 1.368.246 2H1.498zm2.513-2H7v2H4.281c-.15-.64-.241-1.31-.27-2zM7 12v2.927a2.27 2.27 0 01-.675-.334c-.415-.293-.813-.744-1.149-1.304A7.221 7.221 0 014.574 12H7zm2.825 1.289c-.336.561-.734 1.012-1.149 1.304a2.282 2.282 0 01-.675.334V12h2.426c-.168.47-.369.901-.602 1.289zM8 11V9h2.989c-.029.69-.12 1.36-.27 2H8zm3.99-3a11.98 11.98 0 00-.246-2h1.758c.267.639.427 1.309.479 2H11.99zm.989-3h-1.498c-.291-.918-.693-1.723-1.177-2.366a6.462 6.462 0 011.792 1.27c.336.336.631.702.883 1.096zM2.904 3.904a6.492 6.492 0 011.792-1.27C4.213 3.277 3.81 4.082 3.519 5H2.021c.252-.394.547-.761.883-1.096zM2.021 12h1.498c.291.918.693 1.723 1.177 2.366a6.462 6.462 0 01-1.792-1.27A6.505 6.505 0 012.021 12zm10.075 1.096a6.492 6.492 0 01-1.792 1.27c.483-.643.886-1.448 1.177-2.366h1.498a6.466 6.466 0 01-.883 1.096z", key: "k0" }))); }); exports.Sphere.displayName = 'Sphere'; exports.SphereDimensions = { height: 16, width: 16 };