react-elegant-ui
Version:
Elegant UI components, made by BEM best practices for react
13 lines • 742 B
JavaScript
import React from "react";
import { IconConstructor } from '../Icon.utils/IconConstructor';
import './Icon_hasGlyph.css';
var IconElement = function IconElement(props) {
return /*#__PURE__*/React.createElement("svg", props, /*#__PURE__*/React.createElement("path", {
d: "m173.898 439.404-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"
}));
};
IconElement.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 512 512"
};
export var withModIconGlyphCheckThick = IconConstructor('check-thick', IconElement);