iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.06 kB
JavaScript
;
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 CreativeCommons = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 4.26a7.74 7.74 0 100 15.48 7.74 7.74 0 000-15.48zM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12z", fill: "#323544" }),
React.createElement("path", { d: "M8.756 14.827a2.82 2.82 0 002.745-2.19h-1.347a1.544 1.544 0 01-1.398.905A1.54 1.54 0 017.214 12a1.54 1.54 0 012.94-.648h1.347A2.822 2.822 0 005.929 12a2.825 2.825 0 002.827 2.827zm6.118 0a2.82 2.82 0 002.745-2.19h-1.347a1.544 1.544 0 01-1.398.905A1.54 1.54 0 0113.332 12a1.54 1.54 0 012.94-.648h1.347a2.822 2.822 0 00-5.572.648 2.825 2.825 0 002.827 2.827z", fill: "#323544" }));
exports.default = CreativeCommons;