styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
15 lines (14 loc) • 929 B
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var VipDiamond = 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 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "none", d: "M0 0h24v24H0z", key: "k0" }),
React.createElement("path", { d: "M4.873 3h14.254a1 1 0 01.809.412l3.823 5.256a.5.5 0 01-.037.633L12.367 21.602a.5.5 0 01-.706.028c-.007-.006-3.8-4.115-11.383-12.329a.5.5 0 01-.037-.633l3.823-5.256A1 1 0 014.873 3zm.51 2l-2.8 3.85L12 19.05l9.417-10.2-2.8-3.85H5.383z", key: "k1" })));
});
VipDiamond.displayName = 'VipDiamond';
export var VipDiamondDimensions = { height: 24, width: 24 };