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.43 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.Cenz = 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", { fillRule: "evenodd", d: "M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm-3.016-21.378c.164.02.282.028.398.048 1.083.186 2.165.38 3.25.56 1.363.228 2.267 1.106 2.398 2.435.065.663-.009 1.34.03 2.007.011.202.145.481.304.567.163.087.487.06.632-.057a81.439 81.439 0 002.766-2.346c.126-.11.204-.337.214-.514.03-.557.026-1.116.019-1.675-.025-1.966-1.29-3.528-3.181-3.914-1.066-.217-2.144-.373-3.205-.61-1.911-.428-3.518.269-4.509 1.987a.776.776 0 01-.394.326c-1.476.48-2.64 1.933-2.666 3.499a239.097 239.097 0 00-.019 7.518c.027 1.862 1.262 3.418 2.934 3.776 1.298.278 2.602.555 3.916.73 1.603.212 3.1-.385 3.972-1.936a.938.938 0 01.56-.47c1.417-.48 2.521-1.978 2.57-3.5.026-.842.008-1.687.02-2.53.005-.338-.079-.606-.4-.761-.304-.147-.536-.017-.762.173-.83.7-1.673 1.387-2.484 2.11-.159.141-.27.418-.28.638-.035.743-.01 1.488-.015 2.233-.003.486-.02.495-.505.441-.072-.008-.144-.015-.215-.029-1.022-.19-2.042-.39-3.066-.569-1.417-.248-2.31-1.308-2.312-2.784-.004-2.246-.002-4.492 0-6.738 0-.184.018-.368.03-.615zm8.643 7.256c.201 1.465-.3 2.698-1.262 3.104 0-.66-.002-1.297.004-1.935 0-.053.042-.119.084-.156.374-.327.752-.65 1.174-1.013zm-1.158-3.897c-.15-.592-.225-1.204-.46-1.743-.606-1.39-1.715-2.118-3.168-2.354-1.058-.172-2.11-.389-3.24-.6.466-.532.973-.857 1.594-.878.512-.017 1.034.057 1.543.144 1 .169 1.998.352 2.988.572 1.102.246 1.898 1.273 1.944 2.436.004.1.001.198 0 .298-.003 1.266-.13 1.487-1.2 2.125zm-8.823-3.008v.526c0 2.232-.002 4.463 0 6.695.003 1.952 1.471 3.629 3.364 3.91 1.106.165 2.2.405 3.367.624-.366.514-.83.733-1.35.863-.636.158-1.246-.024-1.862-.144-.972-.188-1.953-.332-2.914-.566-1.122-.274-1.9-1.283-1.909-2.46-.02-2.43-.027-4.86.007-7.29.013-.9.437-1.624 1.297-2.158z", key: "k0" }))); }); exports.Cenz.displayName = 'Cenz'; exports.CenzDimensions = { height: 32, width: 32 };