twitter-fill-single.js 888 B

1234567891011121314
  1. // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
  2. import { createElement, forwardRef } from 'react';
  3. import { IconBase } from '../icon';
  4. 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" } }] };
  5. export var TwitterFillSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'twitter-fill-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. TwitterFillSingle.displayName = 'TwitterFillSingle';
  13. export default TwitterFillSingle;
  14. //# sourceMappingURL=twitter-fill-single.js.map