| 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": "M6.14645 4.64645C6.34171 4.45118 6.65829 4.45118 6.85355 4.64645L9.85355 7.64645C10.0488 7.84171 10.0488 8.15829 9.85355 8.35355L6.85355 11.3536C6.65829 11.5488 6.34171 11.5488 6.14645 11.3536C5.95118 11.1583 5.95118 10.8417 6.14645 10.6464L8.79289 8L6.14645 5.35355C5.95118 5.15829 5.95118 4.84171 6.14645 4.64645Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
- export var MoreRightSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'more-right-single',
- ref: ref,
- icon: element,
- }));
- });
- MoreRightSingle.displayName = 'MoreRightSingle';
- export default MoreRightSingle;
- //# sourceMappingURL=more-right-single.js.map
|