UNPKG

@icongo/tb

Version:
33 lines (32 loc) 1.39 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.TBCreativeCommonsOff = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var TBCreativeCommonsOff = function TBCreativeCommonsOff(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, className: "prefix__icon prefix__icon-tabler prefix__icon-tabler-creative-commons-off", viewBox: "0 0 24 24" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "none", d: "M0 0h24v24H0z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M5.638 5.634a9 9 0 1 0 12.723 12.733m1.686-2.332A9 9 0 0 0 7.954 3.958" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M10.5 10.5a2.187 2.187 0 0 0-2.914.116 1.928 1.928 0 0 0 0 2.768 2.188 2.188 0 0 0 2.914.116m6-3a2.194 2.194 0 0 0-2.309-.302M3 3l18 18" })] })); }; exports.TBCreativeCommonsOff = TBCreativeCommonsOff;