@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 739 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialTextureW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "TextureW100",
short_name: "Texture",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M192-172q-7-3-12-8t-8-12l596-596q7 3 12 8t8 12L192-172Zm-20-261v-40l315-315h40L172-433Zm0-281v-14q0-26 17-43t43-17h14l-74 74Zm542 542 74-74v14q0 26-17 43t-43 17h-14Zm-281 0 355-355v40L473-172h-40Z"
}));
});
IconMaterialTextureW100.displayName = 'OnesyIconMaterialTextureW100';
export default IconMaterialTextureW100;