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.8 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.Zcl = 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-.008-5c6.172-.008 10.996-4.996 11.008-10.998C27.008 9.934 22.08 5.004 16.015 5 9.932 4.996 5 9.915 5 15.986 5 22.07 9.917 26.996 15.992 27zm-4.483-5.97c3.719.002 7.436 0 11.151-.008-1.933 2.698-6.056 4.313-9.988 2.558-4.06-1.81-5.68-6.328-4.534-9.93h.136c2.26-.002 4.522 0 6.784.003a.198.198 0 00.202-.116c.434-.777.876-1.55 1.313-2.326.031-.05.059-.104.097-.178H9.49c-.003-.012-.011-.02-.015-.031.159-.187.31-.38.477-.56 1.27-1.374 2.82-2.243 4.66-2.57 1.85-.325 3.612-.054 5.286.8a7.657 7.657 0 011.84 1.297c1.217 1.165 2.042 2.558 2.418 4.208a8.318 8.318 0 01-.105 4.127c-.019.074-.046.105-.131.105-2.516-.003-5.033-.004-7.552-.004-.027 0-.054 0-.105-.004 1.395-2.457 2.779-4.9 4.173-7.36h-.143c-1.003 0-2.01 0-3.014-.004a.146.146 0 00-.151.089c-.86 1.52-1.72 3.04-2.585 4.558-.987 1.732-1.972 3.466-2.956 5.202-.023.038-.047.085-.078.143zm12.643 1.898l-1.441-1.468c2.642-3.269 2.534-7.822-.027-10.9.488-.494.98-.987 1.484-1.495 1.615 1.96 2.48 4.177 2.541 6.7.078 3.063-1.162 5.614-2.557 7.163z", key: "k0" }))); }); exports.Zcl.displayName = 'Zcl'; exports.ZclDimensions = { height: 32, width: 32 };