| 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": "M13.333 9.33366C14.0694 9.33366 14.6663 8.73671 14.6663 8.00033 14.6663 7.26395 14.0694 6.66699 13.333 6.66699 12.5966 6.66699 11.9997 7.26395 11.9997 8.00033 11.9997 8.73671 12.5966 9.33366 13.333 9.33366zM7.99967 9.33366C8.73605 9.33366 9.33301 8.73671 9.33301 8.00033 9.33301 7.26395 8.73605 6.66699 7.99967 6.66699 7.2633 6.66699 6.66634 7.26395 6.66634 8.00033 6.66634 8.73671 7.2633 9.33366 7.99967 9.33366zM2.66634 9.33366C3.40272 9.33366 3.99967 8.73671 3.99967 8.00033 3.99967 7.26395 3.40272 6.66699 2.66634 6.66699 1.92996 6.66699 1.33301 7.26395 1.33301 8.00033 1.33301 8.73671 1.92996 9.33366 2.66634 9.33366z" } }] };
- export var DotsHorizontalSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'dots-horizontal-single',
- ref: ref,
- icon: element,
- }));
- });
- DotsHorizontalSingle.displayName = 'DotsHorizontalSingle';
- export default DotsHorizontalSingle;
- //# sourceMappingURL=dots-horizontal-single.js.map
|