@cleartrip/bento-icons
Version:
Icon Library for Bento Component Library
21 lines (20 loc) • 1.49 kB
JavaScript
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import React from "react";
export function FaceMask(props) {
return /*#__PURE__*/React.createElement("svg", _extends({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("g", {
id: "prefix__face-mask",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("path", {
id: "prefix__Rectangle",
fillRule: "nonzero",
d: "M0 0h20v20H0z"
}), /*#__PURE__*/React.createElement("path", {
d: "M10.5 14c3.63 0 6.66 2.58 7.351 6.007L2.15 20A7.503 7.503 0 019.5 14h1zm3.46-3.76l1.128.303A6.488 6.488 0 019.998 13a6.488 6.488 0 01-5.089-2.456l1.132-.304c.022.1.053.174.093.248.087.163.215.291.378.378.142.077.284.122.616.132l.154.002h5.436c.446 0 .607-.046.77-.134a.956.956 0 00.446-.534l.025-.092zM3.5 6.617l2.5.668v1.93l-1.68.45a6.467 6.467 0 01-.82-3.048zm10.5.668l2.496-.669.002-.116a6.47 6.47 0 01-.821 3.165L14 9.215v-1.93zM9.998 0a6.501 6.501 0 016.438 5.597l-2.703.726a.914.914 0 00-.245-.19c-.142-.076-.284-.12-.616-.13L12.718 6H7.282c-.446 0-.607.046-.77.134a.928.928 0 00-.171.117l-.073.07-2.708-.725A6.501 6.501 0 019.998 0z",
fill: "currentColor"
})));
}