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.44 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.Ctxc = 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-.103-27.602v-.007L20.745 18a.3.3 0 01-.198.419l-3.594.99c-.293.073-.227.557.074.572l9.159 1.826c.176.029.352.088.535.088A31069.52 31069.52 0 0016.425 4.148c-.146-.315-.674-.08-.528.25zm-.528.03C11.918 10.388 8.461 16.344 5 22.298v.17c.073.102.161.205.293.205.184-.022.279-.198.389-.315l9.445-11.096c.096-.14.308-.227.455-.095.91.968 1.79 1.965 2.713 2.933.176.19.536-.022.44-.278-1.078-3.08-2.192-6.16-3.278-9.24a1.05 1.05 0 00-.088-.154zM12.48 14.995c-2.207 2.625-4.4 5.28-6.6 7.92h20.98l.14-.147v-.205c-.073-.059-.14-.132-.235-.147-4.942-.99-9.885-2.016-14.828-3.006-.154-.008-.3-.154-.242-.316.382-1.268.77-2.537 1.137-3.813.059-.213-.176-.337-.352-.286z", key: "k0" }))); }); exports.Ctxc.displayName = 'Ctxc'; exports.CtxcDimensions = { height: 32, width: 32 };