google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 587 B
JavaScript
/**
* @license google-material-icons v2.1.4 - 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 FiberPin = createIcon("FiberPin", [
[
"path",
{
d: "M11 15H12.5V9H11V15ZM18.75 9V12.5L16.25 9H15V15H16.25V11.5L18.8 15H20V9H18.75ZM7.5 9H4V15H5.5V13H7.5C8.35 13 9 12.35 9 11.5V10.5C9 9.65 8.35 9 7.5 9ZM7.5 11.5H5.5V10.5H7.5V11.5Z",
key: "16dbsy"
}
]
]);
export { FiberPin as default };
//# sourceMappingURL=fiber_pin.js.map