| 1234567891011121314 |
- // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
- import { createElement, forwardRef } from 'react';
- import { IconBase } from '../icon';
- var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M3.54048 6.53315L7.4987 10.4605C7.63158 10.5923 7.81178 10.6663 7.99967 10.6663C8.18757 10.6663 8.36777 10.5923 8.50065 10.4605L12.4589 6.53315C12.5579 6.43482 12.6254 6.30956 12.6527 6.1732C12.6801 6.03684 12.666 5.8955 12.6124 5.76704C12.5588 5.63859 12.468 5.5288 12.3515 5.45154C12.235 5.37429 12.098 5.33304 11.9579 5.33301H4.04145C3.90133 5.33304 3.76436 5.37429 3.64786 5.45154C3.53136 5.5288 3.44056 5.63859 3.38694 5.76704C3.33332 5.8955 3.31929 6.03684 3.34662 6.1732C3.37394 6.30956 3.44141 6.43482 3.54048 6.53315Z" } }] };
- export var CaretDown = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'caret-down',
- ref: ref,
- icon: element,
- }));
- });
- CaretDown.displayName = 'CaretDown';
- export default CaretDown;
- //# sourceMappingURL=caret-down.js.map
|