UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialNewLabel = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "NewLabel", short_name: "NewLabel", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M600-200h-80q-17 0-28.5-11.5T480-240q0-17 11.5-28.5T520-280h80l142-200-142-200H200v80q0 17-11.5 28.5T160-560q-17 0-28.5-11.5T120-600v-80q0-33 23.5-56.5T200-760h400q20 0 37.5 9t28.5 25l141 200q15 21 15 46t-15 46L666-234q-11 16-28.5 25t-37.5 9ZM471-480ZM200-280h-80q-17 0-28.5-11.5T80-320q0-17 11.5-28.5T120-360h80v-80q0-17 11.5-28.5T240-480q17 0 28.5 11.5T280-440v80h80q17 0 28.5 11.5T400-320q0 17-11.5 28.5T360-280h-80v80q0 17-11.5 28.5T240-160q-17 0-28.5-11.5T200-200v-80Z" })); }); IconMaterialNewLabel.displayName = 'OnesyIconMaterialNewLabel'; export default IconMaterialNewLabel;