@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ArrowDownSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ArrowDownSIcon = (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", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 1.25C8.41418 1.25 8.74997 1.58579 8.74997 2L8.74997 12.1893L11.4696 9.46967C11.7625 9.17678 12.2374 9.17678 12.5303 9.46967C12.8232 9.76256 12.8232 10.2374 12.5303 10.5303L8.5303 14.5303C8.38965 14.671 8.19888 14.75 7.99997 14.75C7.80106 14.75 7.61029 14.671 7.46964 14.5303L3.46964 10.5303C3.17675 10.2374 3.17675 9.76256 3.46964 9.46967C3.76253 9.17678 4.23741 9.17678 4.5303 9.46967L7.24997 12.1893L7.24997 2C7.24997 1.58579 7.58575 1.25 7.99997 1.25Z", fill: "currentColor" }))); });
exports.ArrowDownSIcon.displayName = 'ArrowDownSIcon';