UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 922 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Policy = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M9.882 18.765C1.555 14.878 1 2.11 1 2.11c1.514.909 2.863 1.24 4.024 1.24C8.12 3.35 9.882 1 9.882 1s1.761 2.35 4.858 2.35c1.161 0 2.51-.331 4.024-1.24 0 0-.555 12.768-8.882 16.655zm0-1.24c3.858-2.054 5.812-6.328 6.795-9.863H3.091c.987 3.537 2.941 7.812 6.79 9.863zM14.74 4.46c-2.27 0-3.922-1.059-4.858-1.873-.936.814-2.59 1.873-4.858 1.873a7.99 7.99 0 0 1-2.71-.493c.105.722.263 1.61.493 2.585h14.155c.23-.977.385-1.864.49-2.586a7.994 7.994 0 0 1-2.712.494z", fill: "#000", fillRule: "evenodd" })); exports.default = Policy;