UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.36 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 IconMaterialGarageDoorFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'GarageDoorFilled', short_name: 'GarageDoor', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M360-480h240q17 0 28.5 11.5T640-440q0 17-11.5 28.5T600-400H360q-17 0-28.5-11.5T320-440q0-17 11.5-28.5T360-480Zm0 120h240q17 0 28.5 11.5T640-320q0 17-11.5 28.5T600-280H360q-17 0-28.5-11.5T320-320q0-17 11.5-28.5T360-360Zm0 120h240q17 0 28.5 11.5T640-200q0 17-11.5 28.5T600-160H360q-17 0-28.5-11.5T320-200q0-17 11.5-28.5T360-240Zm-160 40v-280h-68q-14 0-19-13t6-22l307-277q11-11 25.5-15.5T480-812q14 0 28.5 4.5T534-792l307 277q11 9 6 22t-19 13h-68v280q0 17-11.5 28.5T720-160q-17 0-28.5-11.5T680-200v-320H280v320q0 17-11.5 28.5T240-160q-17 0-28.5-11.5T200-200Z" }) }))); }); IconMaterialGarageDoorFilled.displayName = 'OnesyIconMaterialGarageDoorFilled'; exports.default = IconMaterialGarageDoorFilled;