UNPKG

@pluralsight/ps-design-system-icon

Version:
37 lines 2.67 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 QuestionFilledIcon = 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": "question filled icon", viewBox: "0 0 24 24", role: 'img' }, (ariaLabel && { 'aria-label': ariaLabel })), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12zm7.42-1.59h.93a.476.476 0 0 0 .471-.411c.013-.094.031-.185.054-.273.054-.212.137-.397.25-.555a1.26 1.26 0 0 1 .433-.38 1.31 1.31 0 0 1 .63-.142c.36 0 .643.1.846.298.203.199.304.506.304.92.01.244-.033.447-.128.61a1.814 1.814 0 0 1-.372.447 8.15 8.15 0 0 1-.501.406 3.4 3.4 0 0 0-.515.48 2.797 2.797 0 0 0-.426.67c-.019.04-.041.083-.066.13-.1.191-.236.449-.297.886a.442.442 0 0 0 .438.504h1.094a.447.447 0 0 0 .447-.417c.03-.441.113-.541.21-.658l.042-.052c.14-.18.3-.34.48-.48.181-.14.373-.28.576-.42a2.636 2.636 0 0 0 .975-1.225c.112-.28.169-.637.169-1.07a2.43 2.43 0 0 0-.731-1.692c-.262-.262-.607-.48-1.036-.656-.428-.176-.963-.264-1.604-.264a3.48 3.48 0 0 0-1.347.25 5.403 5.403 0 0 1-.164.065c-.23.087-.266.1-.865.632-.556.494-.676 1.37-.705 1.966a.41.41 0 0 0 .409.43zM11.5 15h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5z" })))); }); QuestionFilledIcon.displayName = "QuestionFilledIcon"; QuestionFilledIcon.colors = Icon.colors; QuestionFilledIcon.sizes = Icon.sizes; export { QuestionFilledIcon }; //# sourceMappingURL=QuestionFilled.dist.js.map