UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.04 kB
"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 AdCircle = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-ad-circle", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10c-5.43 0-9.848-4.327-9.996-9.72L2 12l.004-.28C2.152 6.327 6.57 2 12 2zM8.5 8a2.5 2.5 0 00-2.495 2.336L6 10.5V15l.007.117a1 1 0 001.986 0L8 15v-1h1v1l.007.117a1 1 0 001.986 0L11 15v-4.5l-.005-.164A2.5 2.5 0 008.5 8zM15 8h-1a1 1 0 00-1 1v6a1 1 0 001 1h1a3 3 0 003-3v-2a3 3 0 00-3-3zm0 2a1 1 0 011 1v2a1 1 0 01-.883.993L15 14v-4zm-6.5 0a.5.5 0 01.492.41L9 10.5V12H8v-1.5l.008-.09A.5.5 0 018.5 10z" })); exports.default = AdCircle;