UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 887 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialLabelImportantW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "LabelImportantW100", short_name: "LabelImportant", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M227-252q-18 0-26.5-15.5T202-298l105-165q5-8 5-17t-5-17L202-662q-10-15-1.5-30.5T227-708h353q22 0 41.5 10t32.5 28l109 155q11 16 11 35t-11 35L650-288q-12 17-30.5 26.5T580-252H227Zm403-54 111-155q6-8 6-19t-6-19L630-654q-9-12-21-19t-29-7H222l109 167q10 15 10 33t-10 33L222-280h358q15 0 28-7t22-19ZM486-480Z" })); }); IconMaterialLabelImportantW100.displayName = 'OnesyIconMaterialLabelImportantW100'; export default IconMaterialLabelImportantW100;