@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.46 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialGalleryThumbnailW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "GalleryThumbnailW100",
short_name: "GalleryThumbnail",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M178-252q-24.75 0-42.37-17.63Q118-287.25 118-312v-336q0-24.75 17.63-42.38Q153.25-708 178-708h336q24.75 0 42.38 17.62Q574-672.75 574-648v336q0 24.75-17.62 42.37Q538.75-252 514-252H178Zm506.49-268q-13.49 0-21.99-8.5-8.5-8.5-8.5-21.99v-127.02q0-13.49 8.5-21.99 8.5-8.5 21.99-8.5h127.02q13.49 0 21.99 8.5 8.5 8.5 8.5 21.99v127.02q0 13.49-8.5 21.99-8.5 8.5-21.99 8.5H684.49ZM682-548h132v-132H682v132ZM178-280h336q14 0 23-9t9-23v-336q0-14-9-23t-23-9H178q-14 0-23 9t-9 23v336q0 14 9 23t23 9Zm48-85h240q8.5 0 12.75-8t-.75-16l-65-87q-5-6-12-6t-12 6l-63 84-43-57q-5-6-12-6t-12 6l-45 60q-5 8-.75 16t12.75 8Zm458.49 113q-13.49 0-21.99-8.5-8.5-8.5-8.5-21.99v-127.02q0-13.49 8.5-21.99 8.5-8.5 21.99-8.5h127.02q13.49 0 21.99 8.5 8.5 8.5 8.5 21.99v127.02q0 13.49-8.5 21.99-8.5 8.5-21.99 8.5H684.49ZM682-280h132v-132H682v132Zm-536 0v-400 400Zm536-268v-132 132Zm0 268v-132 132Z"
}));
});
IconMaterialGalleryThumbnailW100.displayName = 'OnesyIconMaterialGalleryThumbnailW100';
export default IconMaterialGalleryThumbnailW100;