@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.44 kB
JavaScript
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 IconMaterialDirectionsSubwayW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DirectionsSubwayW100Filled', short_name: 'DirectionsSubway', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M320-252q-45 0-76.5-31.5T212-360v-360q0-58 62-83t206-25q144.05 0 206.03 24.97Q748-778.05 748-720v360q0 45-31.5 76.5T640-252l37 25q9 6 5.5 16.5T668-200H292q-11 0-14.5-10.5T283-227l37-25Zm-80-256h226v-196H240v196Zm254 0h226v-196H494v196ZM340.24-340q16.76 0 28.26-11.74 11.5-11.73 11.5-28.5 0-16.76-11.74-28.26-11.73-11.5-28.5-11.5-16.76 0-28.26 11.74-11.5 11.73-11.5 28.5 0 16.76 11.74 28.26 11.73 11.5 28.5 11.5Zm280 0q16.76 0 28.26-11.74 11.5-11.73 11.5-28.5 0-16.76-11.74-28.26-11.73-11.5-28.5-11.5-16.76 0-28.26 11.74-11.5 11.73-11.5 28.5 0 16.76 11.74 28.26 11.73 11.5 28.5 11.5Z" }) })));
});
IconMaterialDirectionsSubwayW100Filled.displayName = 'OnesyIconMaterialDirectionsSubwayW100Filled';
exports.default = IconMaterialDirectionsSubwayW100Filled;
;