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.29 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.Zen = 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-.555-14.918a11.72 11.72 0 00-4.085 2.006 5.52 5.52 0 004.6 2.392 5.52 5.52 0 005.456-4.508 15.52 15.52 0 00-2.917-.294 12.116 12.116 0 00-3.073.386l.019.018zm7.691-4.682a8.013 8.013 0 01-7.176 11.574 7.976 7.976 0 01-3.56-.829l-2.852 1.84A10.985 10.985 0 0015.96 27C22.057 27 27 22.057 27 15.96a11.04 11.04 0 00-2.052-6.44l-1.812 2.88zm-14.73 6.237a8.013 8.013 0 0111.16-9.835l2.852-1.84A11.04 11.04 0 007.11 22.556a13.294 13.294 0 0114.416-6.596 5.533 5.533 0 00-11.04.754 14.582 14.582 0 00-2.07 1.905l-.01.018z", key: "k0" }))); }); exports.Zen.displayName = 'Zen'; exports.ZenDimensions = { height: 32, width: 32 };