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.03 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.Ren = 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 16zM9.026 9.636l1.61-.928.228.374 5.97-3.448-.44-.26-.44-.244-.211-.13L6 10.628v.244l2.798-1.61.228.374zm0 3.545l4.683-2.7.211.376 5.987-3.45-.439-.26-.438-.244-.214-.13L6 14.156v.26l2.798-1.609.228.374zm0 1.772l6.213-3.592.21.373 5.987-3.447-.438-.246-.442-.26-.21-.131L6 15.931v.258l2.798-1.624.228.388zm0 1.758l7.79-4.49.213.376 5.937-3.433-.442-.245-.438-.259-.21-.115L6 17.704v.243l2.798-1.61.228.374zm0 1.772l9.32-5.382.212.39 5.937-3.432-.441-.26-.421-.246-.229-.128L6 19.476v.243l2.798-1.61.228.374zm16.133-8.05l-.225-.13L6 21.249v.243l2.798-1.61.228.374 9.32-5.383.212.374 6.927-3.984v-.634l-.326-.196zM7.203 22.567l1.562-.895.229.374 9.303-5.383.226.389 6.962-4.034v-1.251L6.993 22.437l.21.13zm11.094-4.131l.226.39 6.962-4.033v-1.254L8.522 23.332l.21.13 1.595-.927.226.373 7.744-4.472zm-8.035 5.904l1.61-.928.21.391 6.215-3.595.226.374 6.962-4.017v-1.268L10.05 24.21l.213.13zm1.544.877l1.595-.91.21.374 4.686-2.7.226.373 6.962-4.016V17.07l-13.907 8.035.228.112zm1.302.765l.228.13 1.594-.927.211.391 3.156-1.823.226.376 6.962-4.019v-1.268l-12.377 7.14zm1.757 1.008l1.595-.91.225.373 1.612-.942.226.39 6.962-4.018v-1.269l-10.833 6.263.213.113zm3.513-20.478l-.44-.243-.438-.261-.228-.13L6 12.4v.243l2.798-1.61.228.374 3.154-1.82.213.374 5.985-3.45z", key: "k0" }))); }); exports.Ren.displayName = 'Ren'; exports.RenDimensions = { height: 32, width: 32 };