UNPKG

styled-icons

Version:

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

16 lines (15 loc) 1.28 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.Cdt = 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 16zm11-15.97C26.975 9.971 22.128 5.057 16.12 5v2.802c3.944-.002 7.316 2.863 7.984 6.782h-3.89c.15.458.228.935.234 1.416-.001.482-.08.96-.234 1.416h3.89c-.659 3.925-4.036 6.794-7.984 6.782V27c2.886 0 5.653-1.155 7.694-3.212A11.014 11.014 0 0027 16.029zm-7.254 2.359a4.299 4.299 0 01-5.965 1.326c-2.011-1.295-2.6-3.988-1.316-6.015a4.299 4.299 0 015.965-1.327c.522.35.97.8 1.316 1.327h3.072c-1.136-3.305-4.472-5.3-7.893-4.72C11.505 9.56 9 12.547 9 16.044s2.505 6.484 5.925 7.064c3.421.58 6.757-1.414 7.893-4.72z", key: "k0" }))); }); exports.Cdt.displayName = 'Cdt'; exports.CdtDimensions = { height: 32, width: 32 };