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.41 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.Dth = 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 32 32" }, props, { ref: ref }), React.createElement("path", { d: "M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm.084-28c-5.47.004-9.904 4.436-9.91 9.905.005.534.065 1.066.178 1.588a.154.154 0 00.24.09 2.236 2.236 0 011.298-.418.152.152 0 00.155-.177 6.04 6.04 0 01-.102-1.072 8.14 8.14 0 0116.28 0c0 4.49-5.744 10.225-7.8 12.25a.484.484 0 01-.678 0 60.771 60.771 0 01-2.532-2.625h-.042a8.625 8.625 0 01-2.294-.55l-.136-.055a.152.152 0 00-.178.237 57.5 57.5 0 004.046 4.357 2.109 2.109 0 002.945 0c3.62-3.576 8.44-8.866 8.44-13.625-.006-5.47-4.44-9.901-9.91-9.905zm4.12 10.907v-.405a4.259 4.259 0 00-.091-.764 4.766 4.766 0 00-.22-.743 5.19 5.19 0 00-.345-.7 5.334 5.334 0 00-2.303-2.093 4.146 4.146 0 00-1.465-.393h-2.143a.377.377 0 00-.321.305v.034a.13.13 0 000 .018v6.491c.007.192.001.384-.018.575-.032.228-.091.45-.178.663a2.287 2.287 0 01-.952 1.116c-.2.119-.414.21-.638.273a3.241 3.241 0 01-.76.116c.795.575 1.73.93 2.707 1.027a6.216 6.216 0 003.003-.482 7.025 7.025 0 002.5-1.786l-.01-.009c.35-.393.637-.837.853-1.316.2-.482.321-.994.357-1.514a4.49 4.49 0 00.024-.413zm1.764-.466a6.018 6.018 0 00-.129-1.071 6.509 6.509 0 00-.776-1.977A7.093 7.093 0 0017.986 8.6a5.91 5.91 0 00-2.084-.554c-.091 0-.179 0-.279-.01h-1.998c-.064 0-.13 0-.195.014-.261.03-.515.11-.748.234a2.143 2.143 0 00-1.128 1.743v6.63c0 .116-.008.232-.024.347-.01.078-.029.154-.057.228a.568.568 0 01-.09.152.675.675 0 01-.344.198c-.197.05-.4.066-.603.047a3.35 3.35 0 01-1.941-.868.884.884 0 00-1.377 1.071 9.273 9.273 0 002.514 2.923 7.455 7.455 0 001.736.965 7.296 7.296 0 001.937.464 7.982 7.982 0 003.863-.604 8.241 8.241 0 003.137-2.287l.011.009a6.929 6.929 0 001.14-1.773 6.573 6.573 0 00.485-2.065c.014-.178.023-.339.029-.509v-.251c.007-.074.001-.175 0-.263h-.002z", key: "k0" }))); }); exports.Dth.displayName = 'Dth'; exports.DthDimensions = { height: 32, width: 32 };