UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.61 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialPictureAsPdfW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "PictureAsPdfW100", short_name: "PictureAsPdf", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M370-546h52q11.9 0 19.95-8.05Q450-562.1 450-574v-52q0-11.9-8.05-19.95Q433.9-654 422-654h-66q-5.6 0-9.8 4.2-4.2 4.2-4.2 9.8v160q0 5.6 4.2 9.8 4.2 4.2 9.8 4.2 5.6 0 9.8-4.2 4.2-4.2 4.2-9.8v-66Zm0-28v-52h52v52h-52Zm198 108q11.9 0 19.95-8.05Q596-482.1 596-494v-132q0-11.9-8.05-19.95Q579.9-654 568-654h-62q-5.6 0-9.8 4.2-4.2 4.2-4.2 9.8v160q0 5.6 4.2 9.8 4.2 4.2 9.8 4.2h62Zm-48-28v-132h48v132h-48Zm156-52h46q5.6 0 9.8-4.2 4.2-4.2 4.2-9.8 0-5.6-4.2-9.8-4.2-4.2-9.8-4.2h-46v-52h46q5.6 0 9.8-4.2 4.2-4.2 4.2-9.8 0-5.6-4.2-9.8-4.2-4.2-9.8-4.2h-60q-5.6 0-9.8 4.2-4.2 4.2-4.2 9.8v160q0 5.6 4.2 9.8 4.2 4.2 9.8 4.2 5.6 0 9.8-4.2 4.2-4.2 4.2-9.8v-66ZM326-292q-26 0-43-17t-17-43v-416q0-26 17-43t43-17h416q26 0 43 17t17 43v416q0 26-17 43t-43 17H326Zm0-28h416q12 0 22-10t10-22v-416q0-12-10-22t-22-10H326q-12 0-22 10t-10 22v416q0 12 10 22t22 10ZM218-184q-26 0-43-17t-17-43v-430q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v430q0 12 10 22t22 10h430q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H218Zm76-616v480-480Z" })); }); IconMaterialPictureAsPdfW100.displayName = 'OnesyIconMaterialPictureAsPdfW100'; export default IconMaterialPictureAsPdfW100;