@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 2.43 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var SoundOnSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.48679 1.88342C8.81583 1.86452 9.14365 1.93744 9.43365 2.09405C9.72366 2.25065 9.96443 2.48477 10.1291 2.77026C10.2917 3.05216 10.3738 3.37319 10.3665 3.69837V12.3111L10.3663 12.3273C10.335 13.7741 8.66047 14.6217 7.47563 13.8005L7.46507 13.7932L7.46514 13.7931L3.44716 10.9055H2.07204C1.07044 10.9055 0.244263 10.0794 0.244263 9.07775V6.92219C0.244263 5.92059 1.07044 5.09441 2.07204 5.09441H3.4516L7.56871 2.20215L7.57026 2.20106C7.84043 2.01229 8.15775 1.90232 8.48679 1.88342ZM8.72093 3.4139C8.67556 3.3894 8.62427 3.37799 8.57279 3.38095C8.52155 3.38389 8.47212 3.40096 8.42998 3.43024C8.42979 3.43038 8.42959 3.43051 8.4294 3.43065L4.11984 6.45812C3.99357 6.54682 3.84302 6.59441 3.68871 6.59441H2.07204C1.89887 6.59441 1.74426 6.74902 1.74426 6.92219V9.07775C1.74426 9.25093 1.89887 9.40553 2.07204 9.40553H3.68871C3.84577 9.40553 3.99887 9.45484 4.12641 9.5465L8.33372 12.5702C8.42476 12.6313 8.54803 12.6412 8.67341 12.5775C8.79804 12.5141 8.86208 12.4097 8.8665 12.3005V3.68885C8.8665 3.68152 8.86661 3.67419 8.86682 3.66686C8.86834 3.61531 8.85549 3.56437 8.82973 3.5197C8.80397 3.47503 8.7663 3.4384 8.72093 3.4139ZM13.5338 3.58621C13.8881 3.37167 14.3493 3.48499 14.5638 3.83932C15.3226 5.09252 15.7322 6.52597 15.75 7.99088V8.00912C15.7322 9.47403 15.3226 10.9075 14.5638 12.1607C14.3493 12.515 13.8881 12.6283 13.5338 12.4138C13.1795 12.1993 13.0662 11.7381 13.2807 11.3838C13.8993 10.3622 14.2339 9.19404 14.25 8C14.2339 6.80596 13.8993 5.63782 13.2807 4.61623C13.0662 4.2619 13.1795 3.80075 13.5338 3.58621ZM11.2936 5.80575C11.6125 5.54148 12.0853 5.5858 12.3496 5.90475C12.8367 6.49269 13.0892 7.23867 13.0616 7.99998C13.0891 8.76139 12.8361 9.50691 12.35 10.0946C12.086 10.4138 11.6132 10.4585 11.294 10.1945C10.9749 9.93052 10.9302 9.45775 11.1942 9.13858C11.4498 8.82953 11.5809 8.43622 11.5618 8.03561C11.5607 8.01182 11.5607 7.98799 11.5618 7.9642C11.581 7.56307 11.4499 7.17 11.1946 6.86178C10.9303 6.54283 10.9746 6.07003 11.2936 5.80575Z", fill: "currentColor" }))); });
SoundOnSIcon.displayName = 'SoundOnSIcon';