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.47 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.Rise = 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 16zM12.605 9.155c.858 0 1.553-.706 1.553-1.577S13.463 6 12.605 6c-.857 0-1.552.706-1.552 1.578s.695 1.577 1.552 1.577zM19.447 26c.858 0 1.553-.706 1.553-1.578 0-.87-.695-1.577-1.553-1.577-.857 0-1.552.706-1.552 1.577 0 .872.695 1.578 1.552 1.578zm-6.205-11.79L20.4 8.65a1.432 1.432 0 00.26-1.987 1.38 1.38 0 00-1.955-.265l-7.157 5.562a1.432 1.432 0 00-.261 1.986 1.38 1.38 0 001.955.265zm.053 5.669l7.157-5.562a1.432 1.432 0 00.261-1.986 1.38 1.38 0 00-1.955-.265L11.6 17.628a1.432 1.432 0 00-.26 1.987 1.38 1.38 0 001.955.265zm0 5.829l7.157-5.562a1.432 1.432 0 00.261-1.986 1.38 1.38 0 00-1.955-.265L11.6 23.457a1.432 1.432 0 00-.26 1.987 1.38 1.38 0 001.955.265z", key: "k0" }))); }); exports.Rise.displayName = 'Rise'; exports.RiseDimensions = { height: 32, width: 32 };