@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.89 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialGlyphsW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "GlyphsW100",
short_name: "Glyphs",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M136-544q-7 0-10.5-5.5T125-561l124-284q2-3 4.5-4.5t5.5-1.5h8q3 0 5.5 1.5t4.5 4.5l124 284q3 6-.5 11.5T390-544q-4 0-6.5-2t-4.5-5l-32-70H179l-32 70q-2 3-4.5 5t-6.5 2Zm62 441q-30 0-51-22t-21-53q0-15 5.5-28.5T148-231l61-61-33-32q-11-11-16.5-24t-5.5-27q0-31 22-53t53-22q31 0 52.5 21.5T303-376q0 15-5 28.5T282-323l-33 32 64 65 47-46q4-4 9.5-4.5T380-272q4 4 4 9.5t-4 10.5l-46 47 46 46q4 4 4.5 10t-4.5 10q-4 4-10 3.5t-10-4.5l-46-46-60 61q-11 11-25.5 16.5T198-103Zm31-168-61 61q-6 6-9.5 14.5T155-178q0 19 13 32.5t32 13.5q9 0 17-3.5t15-10.5l61-61-64-64Zm-1-151q-19 0-32 13.5T183-376q0 9 3.5 17.5T196-344l32 33 32-32q7-7 10.5-15t3.5-17q0-20-13-33.5T228-422Zm33-384-70 159h144l-70-159h-4Zm288 241q-5 2-10-1.5t-7-8.5q-2-5 1.5-9.5t8.5-6.5q32-8 63-21.5t58-32.5q-30-28-51-63t-30-75h-42q-6 0-10-4t-4-10q0-6 4-10t10-4h280q6 0 10 4t4 10q0 6-4 10t-10 4h-29q-9 41-31.5 76T705-645q26 18 54 31t58 21q6 2 9.5 7t1.5 11q-2 6-7 9t-10 1q-35-10-66.5-25.5T684-628q-30 22-64.5 37.5T549-565Zm-10 425q-5-4-4.5-10t4.5-10l255-255q4-4 9.5-4t9.5 4q5 4 4.5 10t-4.5 10L558-140q-4 4-9.5 4t-9.5-4Zm41-204q-14 0-24-10t-10-24q0-14 10-24t24-10q14 0 24 10t10 24q0 14-10 24t-24 10Zm30-439q8 36 27 67t47 55q29-24 49.5-55t29.5-67H610Zm170 639q-14 0-24-10t-10-24q0-14 10-24t24-10q14 0 24 10t10 24q0 14-10 24t-24 10ZM666-808q-7 2-13-1t-8-10q-2-7 .5-13t9.5-8l36-13q7-2 13.5.5t9.5 9.5q3 7 0 14t-10 9l-38 12Z"
}));
});
IconMaterialGlyphsW100.displayName = 'OnesyIconMaterialGlyphsW100';
export default IconMaterialGlyphsW100;