UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.02 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@onesy/ui-react"); const IconMaterialSquareFootW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SquareFootW100', short_name: 'SquareFoot', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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'; exports.default = IconMaterialSquareFootW100;