UNPKG

@brizy/ui-icons

Version:
12 lines (11 loc) 973 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.BlockSwitch = void 0; const react_1 = __importDefault(require("react")); exports.BlockSwitch = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, react_1.default.createElement("g", null, react_1.default.createElement("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, react_1.default.createElement("path", { d: "M15.716 7.503l-3.428-6A.996.996 0 0 0 11.42 1H4.58a.999.999 0 0 0-.869.504l-3.429 6a.998.998 0 0 0 0 .992l3.43 6a.999.999 0 0 0 .867.503h6.84c.358 0 .69-.192.867-.504l3.43-6a.998.998 0 0 0 0-.991zM8.002 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6z", fill: "currentColor", fillRule: "nonzero", transform: "rotate(90 8 8)" })))));