warn.js 1.3 KB

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 20 20", "width": "1em", "height": "1em" }, "children": [{ "tag": "circle", "attrs": { "cx": 10, "cy": 10, "r": 7.04, "fill": "currentColor" } }, { "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M9.16817 6.67735C9.16646 6.61745 9.1656 6.5875 9.16653 6.56236C9.18103 6.16817 9.49136 5.84883 9.88497 5.82306C9.91008 5.82141 9.94004 5.82141 9.99996 5.82141V5.82141C10.0599 5.82141 10.0899 5.82141 10.115 5.82306C10.5086 5.84883 10.8189 6.16817 10.8334 6.56236C10.8343 6.5875 10.8335 6.61745 10.8318 6.67735L10.7043 11.131C10.6934 11.5121 10.3812 11.8154 9.99995 11.8154V11.8154C9.61866 11.8154 9.30655 11.5121 9.29564 11.131L9.16817 6.67735Z" } }, { "tag": "rect", "attrs": { "width": 1.37, "height": 1.37, "x": 9.31, "y": 12.81, "fill": "colorChannel1", "rx": 0.69 } }] };
  5. export var Warn = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'warn',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. Warn.displayName = 'Warn';
  13. export default Warn;
  14. //# sourceMappingURL=warn.js.map