UNPKG

@pluralsight/ps-design-system-icon

Version:
37 lines 2.02 kB
// This file is generated by running the "icons" bin script. // Manual changes might be lost - proceed with caution! var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; return __assign.apply(this, arguments); }; var __rest = (this && this.__rest) || function (s, e) { var t = {}; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; } return t; }; import React, { forwardRef } from 'react'; import Icon from '..'; var VolumeHighIcon = forwardRef(function (props, ref) { var ariaLabel = props["aria-label"], rest = __rest(props, ['aria-label']); return (React.createElement(Icon, __assign({}, rest, { ref: ref }), React.createElement("svg", __assign({ "aria-label": "volume high icon", viewBox: "0 0 24 24", role: 'img' }, (ariaLabel && { 'aria-label': ariaLabel })), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "m7 8 5.146-5.147a.5.5 0 0 1 .854.354v17.586a.5.5 0 0 1-.854.353L7 16H4a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h3zm8 12.605a9.003 9.003 0 0 0 0-17.554v2.067a7.003 7.003 0 0 1 0 13.42v2.067zm0-4.193a5.001 5.001 0 0 0 0-9.168v2.348c.614.55 1 1.348 1 2.236 0 .889-.386 1.687-1 2.237v2.347zM5 14v-4h3l3-3.172v10L8 14H5z" })))); }); VolumeHighIcon.displayName = "VolumeHighIcon"; VolumeHighIcon.colors = Icon.colors; VolumeHighIcon.sizes = Icon.sizes; export { VolumeHighIcon }; //# sourceMappingURL=VolumeHigh.dist.js.map