// 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 20 20", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M9.44533 5.81157C9.74012 5.47858 10.2598 5.47858 10.5546 5.81157L16.2868 12.2867C16.71 12.7647 16.3706 13.5184 15.7322 13.5184H4.26776C3.62933 13.5184 3.28995 12.7647 3.71313 12.2867L9.44533 5.81157Z" } }] }; export var UpSingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'up-single', ref: ref, icon: element, })); }); UpSingle.displayName = 'UpSingle'; export default UpSingle; //# sourceMappingURL=up-single.js.map