UNPKG

@pluralsight/ps-design-system-icon

Version:
37 lines 2.19 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 PhoneDownIcon = 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": "phone down icon", viewBox: "0 0 24 24", role: 'img' }, (ariaLabel && { 'aria-label': ariaLabel })), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.5 13.002a.5.5 0 0 1 .5.5V20.5a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5V14C2 7.383 7.383 2 14 2h6.5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-6.998a.5.5 0 0 1-.5-.5V8.092c-2.584.437-4.52 2.367-4.924 4.91H9.5zM4 14v5.002L8 19v-4H6v-1c0-4.488 3.433-7.928 7.984-8C14.252 5.996 15 6 15 6v2h4V4h-5C8.485 4 4 8.486 4 14zm17.5 0a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h4.086l-5.94-5.94a.5.5 0 0 1 0-.707l.707-.707a.5.5 0 0 1 .707 0l5.94 5.94V14.5a.5.5 0 0 1 .5-.5h1z" })))); }); PhoneDownIcon.displayName = "PhoneDownIcon"; PhoneDownIcon.colors = Icon.colors; PhoneDownIcon.sizes = Icon.sizes; export { PhoneDownIcon }; //# sourceMappingURL=PhoneDown.dist.js.map