UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.46 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SoundOnSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.SoundOnSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.487 1.883a1.78 1.78 0 0 1 1.88 1.815v8.629c-.032 1.447-1.707 2.295-2.891 1.473l-.01-.007-4.019-2.887H2.072A1.84 1.84 0 0 1 .244 9.078V6.922c0-1.001.826-1.828 1.828-1.828h1.38l4.117-2.892h.001c.27-.19.588-.3.917-.319m.234 1.53a.28.28 0 0 0-.291.017L4.12 6.459a.75.75 0 0 1-.431.136H2.072a.34.34 0 0 0-.328.328v2.156c0 .173.155.328.328.328h1.617c.157 0 .31.049.437.14l4.208 3.024c.09.061.214.071.34.008.124-.064.188-.168.193-.277V3.666a.28.28 0 0 0-.146-.253m4.813.173a.75.75 0 0 1 1.03.253 8.2 8.2 0 0 1 1.186 4.152v.018a8.2 8.2 0 0 1-1.186 4.152.75.75 0 0 1-1.283-.777A6.7 6.7 0 0 0 14.25 8a6.7 6.7 0 0 0-.97-3.384.75.75 0 0 1 .254-1.03m-2.24 2.22a.75.75 0 0 1 1.056.099c.487.588.74 1.334.712 2.095a3.1 3.1 0 0 1-.712 2.095.75.75 0 0 1-1.156-.956 1.6 1.6 0 0 0 .368-1.103v-.072a1.6 1.6 0 0 0-.367-1.102.75.75 0 0 1 .099-1.056", clipRule: "evenodd" }))); }); exports.SoundOnSIcon.displayName = 'SoundOnSIcon';