styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.33 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Rvn = 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 16zm-6.5-5l5.649-4.188-2.031-12.6L9.5 27zm3.688-16.885l2.054 12.649 3.443.06-5.497-12.71zm.082-.096l5.532 12.805 1.669-11.782-7.201-1.023zm5.66 12.624l2.685-10.145-1.062-1.348-1.623 11.493zm1.517-11.71l-.7-3.08-6.326 2.081 7.026 1zm-7.06-1.107l6.36-2.082-2.054-.903-4.307 2.985zm-.106-.036l4.342-2.997-3.513 1.408-.829 1.589zm.83-1.66l3.29-1.337-2.894.096-.397 1.24zm.373-1.337l2.94-.096-2.007-.903-.933 1zm.992-1.059l3.21 1.432-1.81-2.118-1.4.686zm1.599-.602l1.715 2.046.374-1.131-2.09-.915zm1.785 2.082l.852.434-.467-1.589-.385 1.155zM16.923 5l2.232.918a.048.048 0 00.054-.076L18.452 5h-1.53zm2.416.963l.467 1.733 2.642-.725a.072.072 0 000-.14l-3.11-.868z", key: "k0" })));
});
Rvn.displayName = 'Rvn';
export var RvnDimensions = { height: 32, width: 32 };