UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.34 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 IconMaterialSignpostW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SignpostW100Filled', short_name: 'Signpost', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M466-146v-146H291q-12.44 0-23.72-5T248-310l-55-55q-9-9-9-21t9-21l55-55q8-8 19.28-13 11.28-5 23.72-5h175v-80H242q-12.75 0-21.37-8.5Q212-577 212-590.49v-127.02q0-13.49 8.63-21.99 8.62-8.5 21.37-8.5h224v-66q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v66h175q12.44 0 23.72 5T712-730l55 55q9 9 9 21t-9 21l-55 55q-8 8-19.28 13-11.28 5-23.72 5H494v80h224q12.75 0 21.38 8.5Q748-463 748-449.51v127.02q0 13.49-8.62 21.99-8.63 8.5-21.38 8.5H494v146q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98Z" }) }))); }); IconMaterialSignpostW100Filled.displayName = 'OnesyIconMaterialSignpostW100Filled'; exports.default = IconMaterialSignpostW100Filled;