UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.23 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialCustomTypographyW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CustomTypographyW100", short_name: "CustomTypography", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M494-212v66q0 5.95-4.035 9.975-4.035 4.025-10 4.025T470-136.025q-4-4.025-4-9.975v-160q0-5.95 4.035-9.975 4.035-4.025 10-4.025t9.965 4.025q4 4.025 4 9.975v66h280q5.95 0 9.975 4.035 4.025 4.035 4.025 10T783.975-216q-4.025 4-9.975 4H494Zm-308 0q-5.95 0-9.975-4.035-4.025-4.035-4.025-10t4.025-9.965q4.025-4 9.975-4h166q5.95 0 9.975 4.035 4.025 4.035 4.025 10T361.975-216q-4.025 4-9.975 4H186Zm196-288h196l39 111q2 5 5 7t7.875 2q8.125 0 11.625-6t1.5-13L492-822q-1.184-2.769-3.553-4.385Q486.079-828 483-828h-6.279q-2.721 0-5.121 1.615-2.4 1.616-3.6 4.385L317-399q-2 7 1.5 13t11.379 6q5.121 0 8.121-2t5-7l39-111Zm10-28 86-242h4l86 242H392Z" })); }); IconMaterialCustomTypographyW100.displayName = 'AmauiIconMaterialCustomTypographyW100'; export default IconMaterialCustomTypographyW100;