@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.17 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 IconMaterialTimer5ShutterW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Timer5ShutterW100Filled', short_name: 'Timer5Shutter', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M574-246H380q-5.83 0-9.92-4.12-4.08-4.12-4.08-10t4.08-9.88q4.09-4 9.92-4h194q14 0 23-9t9-23v-128q0-14-9-23t-23-9H380q-5.83 0-9.92-4.08Q366-474.17 366-480v-220q0-5.83 4.08-9.92Q374.17-714 380-714h240q5.83 0 9.92 4.12 4.08 4.12 4.08 10t-4.08 9.88q-4.09 4-9.92 4H394v192h180q25 0 42.5 17.5T634-434v128q0 25-17.5 42.5T574-246Z" }) })));
});
IconMaterialTimer5ShutterW100Filled.displayName = 'OnesyIconMaterialTimer5ShutterW100Filled';
exports.default = IconMaterialTimer5ShutterW100Filled;
;