| 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": "M11.7343 10.6557C11.4871 10.6556 11.25 10.5621 11.0753 10.3958L8.0055 7.47453L4.93574 10.3958C4.84975 10.4805 4.74688 10.5481 4.63315 10.5946C4.51942 10.6411 4.39709 10.6655 4.27332 10.6666C4.14954 10.6676 4.02679 10.6451 3.91222 10.6005C3.79766 10.5559 3.69357 10.4901 3.60604 10.4068C3.51852 10.3235 3.4493 10.2244 3.40243 10.1154C3.35555 10.0064 3.33197 9.88956 3.33304 9.77177C3.33412 9.65398 3.35983 9.53758 3.40869 9.42935C3.45755 9.32112 3.52856 9.22323 3.6176 9.1414L7.34643 5.59298C7.52125 5.42668 7.75831 5.33325 8.0055 5.33325C8.25269 5.33325 8.48976 5.42668 8.66457 5.59298L12.3934 9.1414C12.5237 9.26546 12.6125 9.42351 12.6484 9.59557C12.6844 9.76762 12.6659 9.94596 12.5954 10.108C12.5249 10.2701 12.4054 10.4086 12.2521 10.5061C12.0989 10.6036 11.9187 10.6556 11.7343 10.6557Z" } }] };
- export var ChevronUpSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'chevron-up-single',
- ref: ref,
- icon: element,
- }));
- });
- ChevronUpSingle.displayName = 'ChevronUpSingle';
- export default ChevronUpSingle;
- //# sourceMappingURL=chevron-up-single.js.map
|