@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 823 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ArrowDownFilledSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ArrowDownFilledSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { d: "M8.86581 10.168C8.48084 10.8343 7.51905 10.8343 7.13408 10.168L5.40011 7.16689C5.01492 6.50022 5.49603 5.66661 6.26597 5.66661L9.73392 5.66661C10.5039 5.66661 10.985 6.50023 10.5998 7.16689L8.86581 10.168Z", fill: "currentColor" }))); });
exports.ArrowDownFilledSIcon.displayName = 'ArrowDownFilledSIcon';