@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 982 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("@amaui/ui-react");
const IconMaterialArrowDropDownW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArrowDropDownW100', short_name: 'ArrowDropDown', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m11.5 13.575-1.65-1.65q-.35-.35-.162-.813.187-.462.687-.462h3.3q.5 0 .688.462.187.463-.163.813l-1.65 1.65q-.125.125-.25.175-.125.05-.275.05-.15 0-.275-.05-.125-.05-.25-.175Z" }) })));
});
IconMaterialArrowDropDownW100.displayName = 'AmauiIconMaterialArrowDropDownW100';
exports.default = IconMaterialArrowDropDownW100;