| 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": "M1.20958 1.61328L6.47797 8.65909L1.17676 14.3878H2.37019L7.01185 9.37248L10.7618 14.3878H14.8224L9.25784 6.94568L14.1925 1.61328H12.999L8.72475 6.23229L5.27093 1.61328H1.20958Z" } }] };
- export var TwitterFillSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'twitter-fill-single',
- ref: ref,
- icon: element,
- }));
- });
- TwitterFillSingle.displayName = 'TwitterFillSingle';
- export default TwitterFillSingle;
- //# sourceMappingURL=twitter-fill-single.js.map
|