UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.78 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialPhotoPrintsW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "PhotoPrintsW100", short_name: "PhotoPrints", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M560-396q34 0 63.32-12.5Q652.63-421 676-443q20-19 32.58-42.77Q721.16-509.54 726-537q2-7.6-3.5-13.3Q717-556 709-555q-28 3-52.5 15T612-509q-23 22-36.5 51T560-396Zm0 0q-2-33-15.5-62T508-509q-20-19-44.5-31T411-555q-8-1-13.5 4.7T394-537q5 27.46 18 51.23Q425-462 445-443q23 22 52 34.5t63 12.5Zm0-120q17 0 28.5-11.5T600-556v-10l10 4q15 6 30.5 3t23.5-17q9-15 6-32t-20-23.88l-10-3.93 10-3.93q17-6.87 20-24.07 3-17.19-6-32.19-8-14-22.5-17.5T610-710l-10 4v-10q0-17-11.5-28.5T560-756q-17 0-28.5 11.5T520-716v10l-10-4q-17-7-31.5-3.5T456-696q-9 15-6 32.19 3 17.2 20 24.07l10 3.93-10 3.93Q453-625 450-608t6 32q8 14 23.5 17t30.5-3l10-4v10q0 17 11.5 28.5T560-516Zm0-80q-17 0-28.5-11.5T520-636q0-17 11.5-28.5T560-676q17 0 28.5 11.5T600-636q0 17-11.5 28.5T560-596ZM253-140q-25 3-44.53-12.07Q188.95-167.14 186-192l-48-374q-3-25 12.5-45t40.5-23l6-1q6-1 10.5 3.57T212-620q0 5.25-3.5 9.1-3.5 3.85-8.5 4.9h-4q-14 2-22 12t-6 24l46 374q2 14 12 22t24 6l470-59q6-1 10.64 2.51 4.65 3.52 5.36 9.49 1 6-2.51 10.17-3.52 4.16-9.49 4.83l-471 60Zm99-168q-26 0-43-17t-17-43v-416q0-26 17-43t43-17h416q26 0 43 17t17 43v416q0 26-17 43t-43 17H352Zm0-28h416q14 0 23-9t9-23v-416q0-14-9-23t-23-9H352q-14 0-23 9t-9 23v416q0 14 9 23t23 9ZM218-164Zm342-412Z" })); }); IconMaterialPhotoPrintsW100.displayName = 'OnesyIconMaterialPhotoPrintsW100'; export default IconMaterialPhotoPrintsW100;