"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const ArrowDownSFilled = {
name: 'arrow-down-s',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="m12 16-6-6h12z"/>',
};
exports.default = ArrowDownSFilled;