UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

13 lines 585 B
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: "M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z" })); }; IconElement.defaultProps = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512" }; export var withModIconGlyphMinusThick = IconConstructor('minus-thick', IconElement);