UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.06 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialEditorChoice = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "EditorChoice", short_name: "EditorChoice", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480-120 345-75q-7 2-13 3t-12 1q-32 0-56-22.5T240-151v-218L136-538q-6-10-9-20.5t-3-21.5q0-11 3-21.5t9-20.5l136-220q11-18 29-28t39-10h280q21 0 39 10t29 28l136 220q6 10 9 20.5t3 21.5q0 11-3 21.5t-9 20.5L720-369v218q0 35-24 57.5T640-71q-6 0-12-1t-13-3l-135-45Zm0-84 160 53v-129H320v129l160-53ZM340-360h280l136-220-136-220H340L204-580l136 220Zm98-170 141-142q11-12 27.5-11.5T635-672q12 12 12.5 28.5T636-615L466-445q-12 12-28 12t-28-12l-85-85q-12-12-12-28.5t12-28.5q12-12 28.5-12t28.5 12l56 57Zm42 250H320h320-160Z" })); }); IconMaterialEditorChoice.displayName = 'OnesyIconMaterialEditorChoice'; export default IconMaterialEditorChoice;