styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.34 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Rise = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __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" })));
});
Rise.displayName = 'Rise';
export var RiseDimensions = { height: 32, width: 32 };