| 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": "M8.00033 3.99967C8.73671 3.99967 9.33366 3.40272 9.33366 2.66634 9.33366 1.92996 8.73671 1.33301 8.00033 1.33301 7.26395 1.33301 6.66699 1.92996 6.66699 2.66634 6.66699 3.40272 7.26395 3.99967 8.00033 3.99967zM8.00033 9.33301C8.73671 9.33301 9.33366 8.73605 9.33366 7.99967 9.33366 7.26329 8.73671 6.66634 8.00033 6.66634 7.26395 6.66634 6.66699 7.26329 6.66699 7.99967 6.66699 8.73605 7.26395 9.33301 8.00033 9.33301zM8.00033 14.6663C8.73671 14.6663 9.33366 14.0694 9.33366 13.333 9.33366 12.5966 8.73671 11.9997 8.00033 11.9997 7.26395 11.9997 6.66699 12.5966 6.66699 13.333 6.66699 14.0694 7.26395 14.6663 8.00033 14.6663z" } }] };
- export var DotsVerticalSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'dots-vertical-single',
- ref: ref,
- icon: element,
- }));
- });
- DotsVerticalSingle.displayName = 'DotsVerticalSingle';
- export default DotsVerticalSingle;
- //# sourceMappingURL=dots-vertical-single.js.map
|