UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 781 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSquareFootW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SquareFootW100", short_name: "SquareFoot", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M272-200q-30 0-51-21t-21-51v-358q0-20 16.5-27.5T246-652l50 50-24 24 16 16 24-24 80 80-24 24 16 16 24-24 84 84-24 24 16 16 24-24 80 80-24 24 16 16 24-24 50 50q12 12 4.5 28T632-200H272Zm0-40h300L240-572v300q0 14 9 23t23 9Z" })); }); IconMaterialSquareFootW100.displayName = 'OnesyIconMaterialSquareFootW100'; export default IconMaterialSquareFootW100;