google-material-icons
Version:
A google material icon library package for React applications
26 lines (22 loc) • 837 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const SmartScreen = createIcon("SmartScreen", [
["path", { d: "M14 11.25H12.5V12.75H14V11.25Z", key: "1l36yd" }],
["path", { d: "M16.5 11.25H15V12.75H16.5V11.25Z", key: "fgfd94" }],
["path", { d: "M11.5 11.25H10V12.75H11.5V11.25Z", key: "3qnef1" }],
["path", { d: "M9 11.25H7.5V12.75H9V11.25Z", key: "6b1apc" }],
[
"path",
{
d: "M21 5H3C1.9 5 1 5.9 1 7V17C1 18.1 1.9 19 3 19H21C22.1 19 23 18.1 23 17V7C23 5.9 22.1 5 21 5ZM4 17H3V7H4V17ZM18 17H6V7H18V17ZM21 17H20V7H21V17Z",
key: "1rooi9"
}
]
]);
export { SmartScreen as default };
//# sourceMappingURL=smart_screen.js.map