privacy-viewing.js 2.4 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 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "mask", "attrs": { "id": "mask0_102_981", "style": { "maskType": "alpha" }, "width": 16, "height": 16, "x": 0, "y": 0, "maskUnits": "userSpaceOnUse" }, "children": [{ "tag": "path", "attrs": { "fill": "#DCDCDC", "d": "M0 0H16V16H0z" } }] }, { "tag": "g", "attrs": { "mask": "url(#mask0_102_981)" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M8.47387 1.52246C6.90331 1.52246 5.63011 2.79566 5.63011 4.36622C5.63011 5.93679 6.90331 7.20998 8.47387 7.20998C10.0444 7.20998 11.3176 5.93679 11.3176 4.36622C11.3176 2.79566 10.0444 1.52246 8.47387 1.52246ZM6.89401 4.36622C6.89401 3.49368 7.60134 2.78635 8.47387 2.78635C9.34641 2.78635 10.0537 3.49368 10.0537 4.36622C10.0537 5.23876 9.34641 5.94609 8.47387 5.94609C7.60134 5.94609 6.89401 5.23876 6.89401 4.36622Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M2.78635 13.8454C2.78635 11.4702 4.97779 9.42179 7.84193 9.42179C8.19094 9.42179 8.47387 9.13886 8.47387 8.78985C8.47387 8.44083 8.19094 8.1579 7.84193 8.1579C4.42382 8.1579 1.52246 10.6364 1.52246 13.8454C1.52246 14.1944 1.80539 14.4774 2.15441 14.4774C2.50342 14.4774 2.78635 14.1944 2.78635 13.8454Z" } }, { "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M11.6336 8.1582C10.761 8.1582 10.0537 8.86552 10.0537 9.73807V10.054H9.42174C9.07273 10.054 8.78979 10.337 8.78979 10.686V13.8457C8.78979 14.1947 9.07273 14.4777 9.42174 14.4777H13.8454C14.1944 14.4777 14.4773 14.1947 14.4773 13.8457V10.686C14.4773 10.337 14.1944 10.054 13.8454 10.054H13.2134V9.73807C13.2134 8.86552 12.5061 8.1582 11.6336 8.1582ZM11.9495 10.054V9.73807C11.9495 9.56355 11.8081 9.4221 11.6336 9.4221C11.459 9.4221 11.3176 9.56355 11.3176 9.73807V10.054H11.9495ZM10.0537 11.3179V13.2138H13.2134V11.3179H10.0537Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }] };
  5. export var PrivacyViewing = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'privacy-viewing',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. PrivacyViewing.displayName = 'PrivacyViewing';
  13. export default PrivacyViewing;
  14. //# sourceMappingURL=privacy-viewing.js.map