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.88 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.Cc = 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 16zM14.09 4.261c-.805.138-1.594.358-2.354.657a12.59 12.59 0 00-3.729 2.3c-.886.77-1.622 1.706-2.252 2.693-.04.07-.078.139-.112.21a8.124 8.124 0 00-.326.611 2.97 2.97 0 00-.246.541l-.053.063c-.027.091-.06.18-.1.267-.067.19-.132.38-.204.567-.039.105-.072.21-.105.315a9.775 9.775 0 00-.315 1.257c-.077.239-.065.493-.126.736-.062.299-.042.606-.09.906-.044.36-.02.726-.02 1.088.063.434.044.878.142 1.308.01.183.042.365.096.54.025.156.059.31.103.463.111.496.258.984.44 1.459.077.217.193.42.235.648l.058.026c.332.796.785 1.54 1.297 2.233.257.365.556.7.847 1.038.182.19.368.373.556.556.177.173.386.31.55.497.05.033.134.125.18.033.149-.212.314-.416.528-.566.717-.39 1.54-.485 2.336-.6.698-.12 1.403-.204 2.096-.346 1.533-.286 3.07-.73 4.392-1.582.388-.247.733-.551 1.076-.856a2.08 2.08 0 00-.318.03c-.274.092-.559.144-.837.222-.436.116-.876.217-1.32.297-.846.154-1.72.256-2.58.144-.643-.1-1.3-.268-1.831-.662-.64-.415-1.09-1.068-1.38-1.765-.222-.491-.343-1.023-.444-1.548a2.263 2.263 0 01-.082-.574c-.003-.21-.06-.417-.06-.627-.005-.63-.023-1.26.015-1.89.057-.275.076-.555.11-.833.104-.424.173-.855.314-1.268.07-.194.144-.387.223-.578.108-.267.24-.522.37-.777.146-.24.3-.474.457-.705.827-1.092 1.97-1.909 3.213-2.465.669-.267 1.345-.525 2.048-.683 1.567-.425 3.192-.548 4.788-.822.354-.078.726-.135 1.037-.334.134-.087.215-.307.064-.417-.542-.506-1.241-.786-1.908-1.084-.917-.348-1.857-.658-2.832-.792a8.403 8.403 0 00-1.518-.137c-.814-.023-1.63.046-2.428.206zm9.151 3.129c-.409.265-.892.361-1.369.461-1.363.234-2.747.35-4.099.654-.617.145-1.237.292-1.834.513-1.039.372-2.028.916-2.836 1.676.568-.108 1.122-.276 1.684-.409 1.2-.27 2.451-.49 3.676-.262.738.128 1.453.463 1.978 1.002.687.67 1.05 1.597 1.257 2.517.227 1.066.252 2.16.207 3.246-.09 1.458-.466 2.93-1.28 4.157-.567.87-1.337 1.596-2.21 2.153-1.287.835-2.774 1.29-4.261 1.61-.895.198-1.806.299-2.708.456-.499.077-.998.158-1.484.299-.168.055-.349.132-.45.287-.066.127-.002.273.099.361.39.39.888.648 1.388.868.92.395 1.887.666 2.877.805 1.291.177 2.61.228 3.902.037 2.811-.389 5.449-1.855 7.287-4.012a12.003 12.003 0 00-1.301-16.951c-.152.197-.304.404-.523.532z", key: "k0" }))); }); exports.Cc.displayName = 'Cc'; exports.CcDimensions = { height: 32, width: 32 };