@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 973 B
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 IconMaterialStopW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'StopW100Filled', short_name: 'Stop', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M292-352v-256q0-24.75 17.63-42.38Q327.25-668 352-668h256q24.75 0 42.38 17.62Q668-632.75 668-608v256q0 24.75-17.62 42.37Q632.75-292 608-292H352q-24.75 0-42.37-17.63Q292-327.25 292-352Z" }) })));
});
IconMaterialStopW100Filled.displayName = 'OnesyIconMaterialStopW100Filled';
exports.default = IconMaterialStopW100Filled;
;