@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.99 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialPhotoSizeSelectLargeW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "PhotoSizeSelectLargeW100",
short_name: "PhotoSizeSelectLarge",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M280-240h247q9.21 0 13.1-8 3.9-8-1.1-16l-74.35-97.84Q460-368 453-368t-11.71 6.23l-56.58 75.54Q380-280 373-280q-7 0-11.91-6.24l-26.18-33.52Q330-326 323-326t-11.63 6.15l-43.2 56.16Q262-256 266.5-248q4.5 8 13.5 8Zm-48 68q-24.75 0-42.37-17.63Q172-207.25 172-232v-352q0-24.75 17.63-42.38Q207.25-644 232-644h352q24.75 0 42.38 17.62Q644-608.75 644-584v352q0 24.75-17.62 42.37Q608.75-172 584-172H232Zm-40-576q-8.5 0-14.25-5.75T172-768q0-8.5 5.75-14.25T192-788q8.5 0 14.25 5.75T212-768q0 8.5-5.75 14.25T192-748Zm144 0q-8.5 0-14.25-5.75T316-768q0-8.5 5.75-14.25T336-788q8.5 0 14.25 5.75T356-768q0 8.5-5.75 14.25T336-748Zm144 0q-8.5 0-14.25-5.75T460-768q0-8.5 5.75-14.25T480-788q8.5 0 14.25 5.75T500-768q0 8.5-5.75 14.25T480-748Zm144 0q-8.5 0-14.25-5.75T604-768q0-8.5 5.75-14.25T624-788q8.5 0 14.25 5.75T644-768q0 8.5-5.75 14.25T624-748Zm144 0q-8.5 0-14.25-5.75T748-768q0-8.5 5.75-14.25T768-788q8.5 0 14.25 5.75T788-768q0 8.5-5.75 14.25T768-748Zm0 144q-8.5 0-14.25-5.75T748-624q0-8.5 5.75-14.25T768-644q8.5 0 14.25 5.75T788-624q0 8.5-5.75 14.25T768-604Zm0 144q-8.5 0-14.25-5.75T748-480q0-8.5 5.75-14.25T768-500q8.5 0 14.25 5.75T788-480q0 8.5-5.75 14.25T768-460Zm0 144q-8.5 0-14.25-5.75T748-336q0-8.5 5.75-14.25T768-356q8.5 0 14.25 5.75T788-336q0 8.5-5.75 14.25T768-316Zm0 144q-8.5 0-14.25-5.75T748-192q0-8.5 5.75-14.25T768-212q8.5 0 14.25 5.75T788-192q0 8.5-5.75 14.25T768-172Z"
}));
});
IconMaterialPhotoSizeSelectLargeW100.displayName = 'OnesyIconMaterialPhotoSizeSelectLargeW100';
export default IconMaterialPhotoSizeSelectLargeW100;