UNPKG

@brizy/ui-icons

Version:
18 lines (17 loc) 1.32 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.SndcloudStyle1 = void 0; const react_1 = __importDefault(require("react")); exports.SndcloudStyle1 = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" }, react_1.default.createElement("g", { fill: "currentColor" }, react_1.default.createElement("rect", { width: 8, height: 8, y: 4, rx: 1 }), react_1.default.createElement("rect", { width: 1, height: 5, x: 10, y: 7, rx: 0.5 }), react_1.default.createElement("rect", { width: 1, height: 3, x: 9, y: 9, rx: 0.5 }), react_1.default.createElement("rect", { width: 1, height: 4, x: 13, y: 8, rx: 0.5 }), react_1.default.createElement("rect", { width: 1, height: 4, x: 11, y: 8, rx: 0.5 }), react_1.default.createElement("rect", { width: 1, height: 6, x: 12, y: 6, rx: 0.5 }), react_1.default.createElement("rect", { width: 1, height: 5, x: 14, y: 7, rx: 0.5 }), react_1.default.createElement("rect", { width: 1, height: 3, x: 15, y: 9, rx: 0.5 }))));