@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.14 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("@amaui/ui-react");
const IconMaterialArrowsMoreDownFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArrowsMoreDownFilled', short_name: 'ArrowsMoreDown', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M6 21q-.425 0-.713-.288Q5 20.425 5 20v-9q0-.425.287-.713Q5.575 10 6 10t.713.287Q7 10.575 7 11v8h8q.425 0 .713.288.287.287.287.712t-.287.712Q15.425 21 15 21Zm5-5q-.425 0-.712-.288Q10 15.425 10 15V6q0-.425.288-.713Q10.575 5 11 5t.713.287Q12 5.575 12 6v8h8q.425 0 .712.287.288.288.288.713t-.288.712Q20.425 16 20 16Z" }) })));
});
IconMaterialArrowsMoreDownFilled.displayName = 'AmauiIconMaterialArrowsMoreDownFilled';
exports.default = IconMaterialArrowsMoreDownFilled;