UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialPhotoLibraryW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "PhotoLibraryW100Filled", short_name: "PhotoLibrary", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M368-416h332L598-552 498-428l-64-74-66 86Zm-42 124q-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-444h28v444q0 12 10 22t22 10h444v28H218Zm108-616h416q12 0 22 10t10 22v416q0 12-10 22t-22 10H326q-12 0-22-10t-10-22v-416q0-12 10-22t22-10Z" })); }); IconMaterialPhotoLibraryW100Filled.displayName = 'OnesyIconMaterialPhotoLibraryW100Filled'; export default IconMaterialPhotoLibraryW100Filled;