UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 908 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialMangaW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "MangaW100", short_name: "Manga", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M192-212q-26 0-43-17t-17-43v-416q0-26 17-43t43-17h576q26 0 43 17t17 43v416q0 26-17 43t-43 17H192Zm165-28-31-42q-6-8-6-18t6-18l57-78.33V-494q0-9.94 6-17.97T404-523l92.31-29.9L554-632q6-8 15-11t18 0l93 30 120-39v-36q0-12-10-22t-22-10H192q-12 0-22 10t-10 22v416q0 12 10 22t22 10h165Zm34 0h377q12 0 22-10t10-22v-321l-17-24-103 34-102-34-64.15 87.7L411-496v108l-64 88 44 60Zm20-256Z" })); }); IconMaterialMangaW100.displayName = 'OnesyIconMaterialMangaW100'; export default IconMaterialMangaW100;