@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.55 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 IconMaterialDragIndicatorW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DragIndicatorW100Filled', short_name: 'DragIndicator', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M360-200q-16.5 0-28.25-11.75T320-240q0-16.5 11.75-28.25T360-280q16.5 0 28.25 11.75T400-240q0 16.5-11.75 28.25T360-200Zm240 0q-16.5 0-28.25-11.75T560-240q0-16.5 11.75-28.25T600-280q16.5 0 28.25 11.75T640-240q0 16.5-11.75 28.25T600-200ZM360-440q-16.5 0-28.25-11.75T320-480q0-16.5 11.75-28.25T360-520q16.5 0 28.25 11.75T400-480q0 16.5-11.75 28.25T360-440Zm240 0q-16.5 0-28.25-11.75T560-480q0-16.5 11.75-28.25T600-520q16.5 0 28.25 11.75T640-480q0 16.5-11.75 28.25T600-440ZM360-680q-16.5 0-28.25-11.75T320-720q0-16.5 11.75-28.25T360-760q16.5 0 28.25 11.75T400-720q0 16.5-11.75 28.25T360-680Zm240 0q-16.5 0-28.25-11.75T560-720q0-16.5 11.75-28.25T600-760q16.5 0 28.25 11.75T640-720q0 16.5-11.75 28.25T600-680Z" }) })));
});
IconMaterialDragIndicatorW100Filled.displayName = 'OnesyIconMaterialDragIndicatorW100Filled';
exports.default = IconMaterialDragIndicatorW100Filled;
;