UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 712 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialLabel = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Label", short_name: "Label", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M807-434 666-234q-11 16-28.5 25t-37.5 9H200q-33 0-56.5-23.5T120-280v-400q0-33 23.5-56.5T200-760h400q20 0 37.5 9t28.5 25l141 200q15 21 15 46t-15 46ZM600-280l142-200-142-200H200v400h400ZM200-680v400-400Z" })); }); IconMaterialLabel.displayName = 'OnesyIconMaterialLabel'; export default IconMaterialLabel;